Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
         SSLCertificateFile      /path/to/server.crt
         SSLCertificateKeyFile   /path/to/server.key
         SSLVerifyClientSSLCACertificateFile    /path/to/trusted.crt
    require     SSLVerifyClient     SSLVerifyDepth    require
     10    SSLVerifyDepth      SSLCACertificateFile    /path/to/trusted.crt0

SSLCACertificateFile is a concatenation of client certificates in PEM format.

...

No Format
pkcs12 -export -in browser.crt -inkey browser.key -out browser.p12 -certfile /path/to/server.crt 

See also Using SSL in Java

Creating a certificate authority for test

...