Skip to content

Commit

Permalink
Merge pull request #435 from Lakshan-Banneheke/master
Browse files Browse the repository at this point in the history
Convert keystore to jks for travelocity app
  • Loading branch information
Thisara-Welmilla authored Feb 28, 2024
2 parents ba3a82b + 295ffa9 commit 21537e4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public void contextInitialized(ServletContextEvent servletContextEvent) {
}
}
InputStream keyStoreInputStream = servletContextEvent.getServletContext().
getResourceAsStream("/WEB-INF/classes/wso2carbon.p12");
getResourceAsStream("/WEB-INF/classes/wso2carbon.jks");
SSOAgentX509Credential credential =
new SSOAgentX509KeyStoreCredential(keyStoreInputStream,
properties.getProperty("KeyStorePassword").toCharArray(),
Expand Down
Binary file not shown.

0 comments on commit 21537e4

Please sign in to comment.