Obtaining test SSL certificates
To obtain a test certificate, perform the following steps:
- Create a Private Key/Certificate by accessing the following link:
http://www.mobilefish.com/services/ssl_certificates/ssl_certificates.php#ssl_certificates_output - Record the passphrase given while generating the private key.
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
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*