Skip to content

Commit

Permalink
Do openssl fipsinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
pushkarnk authored Sep 12, 2024
1 parent 2738342 commit 866afcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
- name: Setup OpenSSL configuration
run: |
sudo mkdir -p /usr/local/ssl
openssl fipsinstall -out /usr/local/ssl/fipsmodule.cnf -module /usr/local/lib/ossl-modules/fips.so
sudo cp ${{ github.workspace }}/src/test/conf/openssl.cnf /usr/local/ssl/openssl.cnf
ls /usr/local/ssl/fipmodule.cnf
- name: Build with Maven
env:
JAVA_HOME: /usr/lib/jvm/java-21-openjdk-amd64/
Expand Down

0 comments on commit 866afcb

Please sign in to comment.