Changes for page Security
Last modified by Arthur Heffern on 2021/09/09 20:55
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -73,10 +73,9 @@ 73 73 keytool -export -keystore <keystore file name from step2> -alias <alias> -file <filename> 74 74 {{/code}} 75 75 ))) 76 +1. ((( 77 +Import the public key into the java truststore (cacerts) located in the java home directory: 76 76 77 -* ((( 78 -Import the public key into the java trust store (cacerts) located in the java home directory: 79 - 80 80 {{code}} 81 81 keytool -import -alias <alias> -file <file from step 3> -keystore $JAVA_HOME/jre/lib/security/cacerts 82 82 {{/code}}