Changes for page Security

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

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

Summary

Details

Page properties
Content
... ... @@ -73,9 +73,10 @@
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:
78 78  
77 +* (((
78 +Import the public key into the java trust store (cacerts) located in the java home directory:
79 +
79 79  {{code}}
80 80  keytool -import -alias <alias> -file <file from step 3> -keystore $JAVA_HOME/jre/lib/security/cacerts
81 81  {{/code}}