Skip to content

Commit

Permalink
Revert "Temp changes."
Browse files Browse the repository at this point in the history
  • Loading branch information
Thisara-Welmilla authored Jan 22, 2024
1 parent ccb0600 commit 30963c9
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 30963c9

Please sign in to comment.