Details
-
Improvement
-
Resolution: Unresolved
-
Major
-
None
-
3.37.0
-
4
Description
SSL setup is documented in detail for an on prenise binary install of Nexus Repository:
What is not documented is how to translate this configuration when using the official Nexus Repository Docker image
What is needed is something like this:
ยง Serving SSL Directly Use the Persistent Data volume, with : * /some/dir/nexus-data/etc/ssl/keystore.jks : created from yourself * /some/dir/nexus-data/etc/jetty/jetty-https.xml : copied from inside the official image and update passwords * /some/dir/nexus-data/etc/nexus.properties : updated as mentioned in link above
Expected
Document how to setup inbound SSL keystore when using our official docker image. Basically adjust the existing steps for that use case.