User Tools

Site Tools


databases:install_apex_ssl

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
databases:install_apex_ssl [2020/05/24 13:54] – created bstafforddatabases:install_apex_ssl [2022/11/23 12:49] (current) – external edit 127.0.0.1
Line 114: Line 114:
  
 Replace the original self-signed certificate with the certificate you obtained from the CA, as stored in a file such as s1as.p7b. This will import the certificate using the same original alias s1as, keytool treats it as a command to replace the original certificate with the certificate obtained as a reply to a CSR. After running the command, you should see that the certificate s1as in the keystore is no longer the original self-signed certificate, but is now the response certificate from the CA.  Replace the original self-signed certificate with the certificate you obtained from the CA, as stored in a file such as s1as.p7b. This will import the certificate using the same original alias s1as, keytool treats it as a command to replace the original certificate with the certificate obtained as a reply to a CSR. After running the command, you should see that the certificate s1as in the keystore is no longer the original self-signed certificate, but is now the response certificate from the CA. 
-<code>keytool -import -v -trustcacerts -alias  s1as -file wessex-reports.p7b -keystore keystore.jks -storepass <password></code>+<code>keytool -import -v -trustcacerts -alias  s1as -file nameoffile.p7b -keystore keystore.jks -storepass <password></code>
 Test certificate in keystore: Test certificate in keystore:
 <code>keytool -v -list -keystore keystore.jks</code> <code>keytool -v -list -keystore keystore.jks</code>
databases/install_apex_ssl.1590328459.txt.gz · Last modified: (external edit)