File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
en/includes/deploy/security Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -141,15 +141,15 @@ You may follow the steps below to change passwords that are already encrypted.
141141
142142 === "Symmetric encryption"
143143
144- - **For Linux**: `./ciphertool.sh -Dconfigure -Dsymmetric`
144+ - **For Linux**: `./ciphertool.sh -Dchange -Dsymmetric`
145145
146- - **For Windows**: `ciphertool.bat -Dconfigure -Dsymmetric`
146+ - **For Windows**: `ciphertool.bat -Dchange -Dsymmetric`
147147
148148 === "Asymmetric encryption"
149149
150- - **For Linux**: `./ciphertool.sh -Dconfigure `
150+ - **For Linux**: `./ciphertool.sh -Dchange `
151151
152- - **For Windows**: `ciphertool.bat -Dconfigure `
152+ - **For Windows**: `ciphertool.bat -Dchange `
153153
154154{% else %}
155155
@@ -166,7 +166,7 @@ You may follow the steps below to change passwords that are already encrypted.
166166
1671676 . The system will then prompt you (twice) to enter the new password. Enter your new password.
168168
169- {% if product_name == "WSO2 Identity Server" and is_version != "7.0.. 0" %}
169+ {% if product_name == "WSO2 Identity Server" and is_version != "7.0.0" %}
170170## Rotating Encryption Secrets
171171
172172!!! note
You can’t perform that action at this time.
0 commit comments