Changes for page Security

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

From version 4.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}}
... ... @@ -82,14 +82,6 @@
82 82  
83 83  The default password for the cacerts truststore is: "changeit". For more information on the keytool please see the Oracle documentation :
84 84  [[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}}
93 93  )))
94 94  
95 95  == Enabling And Disabling Security Contexts ==