Spring Security
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Rob Winch 8c3ac719bb SEC-2230: Added testing certificates 13 years ago
..
localhost-with-ca SEC-2230: Added testing certificates 13 years ago
Readme.txt
ca.pem
dianne.p12
rod.p12
scott.p12
server.jks Added CA's to server.jks from cacerts included with Sun JDK 15 years ago

Readme.txt

This directory contains certificates and keys for use with SSL in the sample applications. Certificates are issued by
our "Spring Security Test CA" certificate authority.

ca.pem - the certificate authority's certificate.
server.jks - Java keystore containing the server certificate and privatekey. It Also contains the certificate authority
file and this is used as both keystore and truststore for they jetty server when running the samples with
the maven jetty plugin ("mvn jetty:run").

rod.p12, dianne.p12, scott.p12 are all certificate/key combinations for client authentication and can be installed in
your browser if you want to try out support for X.509 authentication.