

Keytool -importkeystore -deststorepass 123456 -destkeystore test.jks -srckeystore test.pks -srcstoretype PKCS12 In Nexus3 directory I made the following changes:Īdded to the file the lines: nexus-args=$/jetty-https.xmlĪdded to jetty-https.xml file next lines: KeyStorePath /ssl/test.jksĬreated SSL directory in $NEXUS_HOME/etc/ and created inside the SSL directory a Java keystore file test.jks with command: openssl pkcs12 -export -in -inkey key.pem -name -out test.pks The RSA private key match with my CA certificate, which was checked with Certificate Key Matcher and reported: Issued by: Go Daddy Secure Certificate Authority - G2 Īlso I have CA certificate: Issued to: \*. I have installed Nexus Repository Manager OSS 3.0.2-02 on my CentOS Linux release.
