boot-two-way-ssl-example
boot-two-way-ssl-example copied to clipboard
2 Way SSL with boot
I have used your method of loading the jks file from resources, i.e `System.setProperty("javax.net.ssl.trustStore","TestApp.class.getClassLoader().getResource("test1.jks").getFile()"); It works all fine when I use `mvn spring:boot run` but cannot detect classpath resources when...
Hi, We have purchased SSL from GoDaddy and we have client certificate in `.crt` and `.pem` format. How we can use perform the client certificate authentication? Please guide. Thanks, Ankur
At the end of boot-two-way-ssl-example from client they said authentication required username and password..what should be enter for username and password in this example for ClientAuthApplication
Adding an additional line between client and server commands so they are presented correctly.
- updated spring boot version, and dependency plugin - ClassPathResource issue resolved when packaged as spring boot jar file
Add empty line for more clarity