Changes for page Security

Last modified by Arthur Heffern on 2021/09/09 20:55

From version 2.1
edited by michelk
on 2021/09/09 18:02
Change comment: Import
To version 1.1
edited by michelk
on 2021/09/09 18:02
Change comment: Import

Summary

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}}