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 4.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}}
... ... @@ -83,6 +83,14 @@
83 83  
84 84  The default password for the cacerts truststore is: "changeit". For more information on the keytool please see the Oracle documentation :
85 85  [[https:~~/~~/docs.oracle.com/javase/8/docs/technotes/tools/unix/keytool.html>>url:https://docs.oracle.com/javase/8/docs/technotes/tools/unix/keytool.html||shape="rect"]]
85 +
86 +
87 +
88 +{{warning}}
89 +{{id name="cacerts"/}}
90 +
91 +The password and the default access permission of the cacerts truststore should have changed upon installing the SDK. If this was not done already it should be done __**as the LAST STEP of this process**__.
92 +{{/warning}}
86 86  )))
87 87  
88 88  == Enabling And Disabling Security Contexts ==