Skip to content

Commit 39da8c2

Browse files
authored
Merge pull request #5925 from wso2/hwupathum-patch-9
Change keystore alias to 'alias'
2 parents ba7ad1c + 5ca8541 commit 39da8c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

en/includes/deploy/security/encrypt-passwords-with-cipher-tool.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ password="$secret{admin_password}"
112112

113113
[keystore.tls]
114114
password = "$secret{keystore_password}"
115-
alias = "$secret{keystore_password}"
115+
alias = "alias"
116116
key_password = "$secret{key_password}"
117117

118118
[truststore]

0 commit comments

Comments
 (0)