Skip to content

Commit

Permalink
Merge pull request #51 from canonical/pushkarnk-patch-1
Browse files Browse the repository at this point in the history
readme: OPENSSL_MODULES needs to be set while building
  • Loading branch information
pushkarnk authored Dec 10, 2024
2 parents 6c21d17 + d727d33 commit 870218d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ This set of commands may be used on Ubuntu/Debian systems.
```
git clone https://github.com/canonical/openssl-fips-java && cd openssl-fips-java
export JAVA_HOME=/usr/lib/jvm/java-21-openjdk-amd64/
export OPENSSL_MODULES=/usr/local/lib64/ossl-modules
mvn -B package --file pom.xml
```
Refer to this [GitHub Action](https://github.com/canonical/openssl-fips-java/blob/main/.github/workflows/maven.yml) for more details.

0 comments on commit 870218d

Please sign in to comment.