Unsupported content This version of the documentation is no longer supported. However, the documentation is available for your convenience. You will not be able to leave comments.

Obtaining test SSL certificates


To obtain a test certificate, perform the following steps:

  1. Create a Private Key/Certificate by accessing the following link:
    http://www.mobilefish.com/services/ssl_certificates/ssl_certificates.php#ssl_certificates_output
  2. Record the passphrase given while generating the private key.
  3. Export the certificate and private key to PKCS8/DER format using OPENSSL (open secure socket layer), by using the following commands:

    openssl pkcs8 \-topk8 \-nocrypt \-in privatekey.pem \-inform PEM \-out key.der \-outform DER
    openssl x509 \-in cert.pem \-inform PEM \-out cert.der \-outform DER

Related topics

Performing the installation

Performing-the-upgrade

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*