标签:algorithm host tps log 方式 not net oca ret
nexus配置https(在nexus上配置jks证书方式):将已有的.crt和.key证书文件转为p12格式:
设置密码
再将p12格式文件转为.jks格式:
输入上步设置的密码并设置新密码(可同上步密码)
##
application-port-ssl=8443
application-port=8081
application-host=0.0.0.0
nexus-args=${jetty.etc}/jetty.xml,${jetty.etc}/jetty-http.xml,${jetty.etc}/jetty-https.xml,${jetty.etc}/jetty-requestlog.xml
nexus-context-path=/
nexus-edition=nexus-pro-edition
nexus-features=\
nexus-pro-feature
:wq
<Set name="KeyStorePath"><Property name="ssl.etc"/>/keystore.jks</Set>
<Set name="KeyStorePassword">xxxx</Set>
<Set name="KeyManagerPassword">xxxxxx</Set>
<Set name="TrustStorePath"><Property name="ssl.etc"/>/keystore.jks</Set>
<Set name="TrustStorePassword">xxxxx</Set>
<Set name="EndpointIdentificationAlgorithm"></Set>
:wq
nexus配置https(在nexus上配置jks证书方式)
标签:algorithm host tps log 方式 not net oca ret
原文地址:https://blog.51cto.com/yangzhiming/2384050