Skip to content

Commit

Permalink
Fix #90 Add support for direct use of PEM-encoded web certificate and…
Browse files Browse the repository at this point in the history
… private key. Retire use of Java KeyStore.
  • Loading branch information
simondelabici committed Sep 14, 2022
1 parent fce413c commit eaacde5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docker/Dockerfile.https
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,4 @@ ENTRYPOINT exec java $JAVA_DBG_OPTS $JAVA_JMX_OPTS \
-p lib/jmuxutils.jar \
-p lib/jarfile.jar \
--add-modules ALL-DEFAULT \
-m jarfile \
--server.ssl.certificate="$CERT_FILE" \
--server.ssl.certificate-private-key="CERT_PRIVATE_KEY_FILE"
-m jarfile

0 comments on commit eaacde5

Please sign in to comment.