Skip to content

Commit

Permalink
build(ci): ajout certificat cas keystore java
Browse files Browse the repository at this point in the history
  • Loading branch information
nathancailbourdin committed Jan 7, 2025
1 parent c30b6f3 commit 2fb5c5c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
chmod +x ./gradlew
sudo chown $USER:$USER /etc
./gradlew createKeystore
cp /etc/cas/cas.crt /etc/cas/cas.pem
sudo keytool -importcert -trustcacerts -file /etc/cas/cas.pem -keystore $JAVA_HOME/lib/security/cacerts -storepass changeit -alias cas -noprompt
- name: Disable IPv6
run: |
Expand Down

0 comments on commit 2fb5c5c

Please sign in to comment.