diff --git a/samples/contacts/certificates/Readme.txt b/samples/contacts/certificates/Readme.txt deleted file mode 100644 index 27b7de31bb..0000000000 --- a/samples/contacts/certificates/Readme.txt +++ /dev/null @@ -1,38 +0,0 @@ - -This directory contains some example certificates for the X.509 version of the contacts -application. They have all been generated using openssl with a demo certificate authority. -The password for all the files is "password" - -- user.p12 is a pkcs12 file containing the client certificate and private key for -a user, and should be imported into your browser. - -- server.p12 is a pkcs12 file containing a server certificate and private key. - -- ca.jks is a java keystore file[1] containing the CA public certificate. This is used as -the trust store for the server to indicate which client certificates are valid. - -The app has been tested in JBoss 3.2.7 (Tomcat 5.0) using the following configuration for -the connector: - - - - -To try out the application, first get the server running with client authentication enabled. - - - - -[1] This was originally also a pkcs12 file. However I couldn't get tomcat to work with -it unless it contained the CA's private key as well as the certificate, which is obviously -not feasible. If anyone works out how to get Tomcat to work with a pkcs12 file containing -a single certificate, then please let me know. - -$Id$ diff --git a/samples/contacts/certificates/ca.jks b/samples/contacts/certificates/ca.jks deleted file mode 100644 index 525c5ee3a3..0000000000 Binary files a/samples/contacts/certificates/ca.jks and /dev/null differ diff --git a/samples/contacts/certificates/server.p12 b/samples/contacts/certificates/server.p12 deleted file mode 100644 index d5f6940f14..0000000000 Binary files a/samples/contacts/certificates/server.p12 and /dev/null differ diff --git a/samples/contacts/certificates/user.p12 b/samples/contacts/certificates/user.p12 deleted file mode 100644 index f210b80b4d..0000000000 Binary files a/samples/contacts/certificates/user.p12 and /dev/null differ