Skip to content

Commit

Permalink
Merge pull request #19090 from wso2/revert-19087-temp-changes
Browse files Browse the repository at this point in the history
Revert "Temp changes."
  • Loading branch information
Thisara-Welmilla authored Jan 22, 2024
2 parents ccb0600 + 30963c9 commit 237d687
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
},
"user_store.type": "database_unique_id",

"keystore.primary.type" : "PKCS12",
"keystore.primary.type" : "JKS",
"keystore.userstore_password_encryption": "",
"truststore.type" : "PKCS12",
"truststore.type" : "JKS",

"transport.https.sslHostConfig.properties.certificateVerification": "want",

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ username = "wso2carbon"
password = "wso2carbon"

[keystore.primary]
file_name = "wso2carbon.p12"
file_name = "wso2carbon.jks"
password = "wso2carbon"

[truststore]
file_name="client-truststore.p12"
file_name="client-truststore.jks"
password="wso2carbon"
type="JKS"

Expand Down

0 comments on commit 237d687

Please sign in to comment.