Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
dazoulay-simplicite committed Jan 29, 2025
1 parent e8c5242 commit 710165e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ It is possible to enable a SSL conector at Tomcat level (e.g. useful if you don'
- Enable/disable the SSL connector: `-e SSL=<true|false, defaults to false>`
- Expose the SSL port: `-p <SSL port, e.g. 8444>:8444>`
- Optionaly mount a custom JKS : `--mount=type=bind,source=<host folder in which is myserver.jks>,target=/usr/local/tomcat/cert`
- Optionaly mount a custom JKS : `-v <host folder in which is myserver.jks>:/usr/local/tomcat/cert`
- Indicate the mounted JKS path: ` -e KEYSTORE_FILE=/usr/local/tomcat/cert/myserver.jks`
- Provide JKS password `-e KEYSTORE_PASSWORD=<my keystore password, defaults to "password">`
Expand Down

0 comments on commit 710165e

Please sign in to comment.