Skip to content

Commit

Permalink
Convert keystore to jks for travelocity app
Browse files Browse the repository at this point in the history
  • Loading branch information
Lakshan-Banneheke committed Feb 28, 2024
1 parent ba3a82b commit 295ffa9
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 295ffa9

Please sign in to comment.