Generate self-signed certificate with a custom root CA

Create you p12 certificate; openssl pkcs12 -export -in cert.pem -inkey key.pem -certfile cacert.pem -name "Fabio Martelli" -out cert.p12 . Now you can use your cert.p12 with client application. E.G. If your client is Firefox you can simply import your certificate as a new "personal certificate". How to Create Your Own SSL Certificate Authority for Local Jun 23, 2020 Create the root pair — OpenSSL Certificate Authority This consists of the root key (ca.key.pem) and root certificate (ca.cert.pem). This pair forms the identity of your CA. Typically, the root CA does not sign server or client certificates directly. The root CA is only ever used to create one or more intermediate CAs, which are …

How to: Create a Client Certificate for LDAPS with OpenSSL

OpenSSL is a very useful open-source command-line toolkit for working with X.509 certificates, certificate signing requests (CSRs), and cryptographic keys. If you are using a UNIX variant like Linux or macOS, OpenSSL is probably already installed on your computer.

Get your certificate chain right. As many know

Create you p12 certificate; openssl pkcs12 -export -in cert.pem -inkey key.pem -certfile cacert.pem -name "Fabio Martelli" -out cert.p12 . Now you can use your cert.p12 with client application. E.G. If your client is Firefox you can simply import your certificate as a new "personal certificate". How to Create Your Own SSL Certificate Authority for Local Jun 23, 2020 Create the root pair — OpenSSL Certificate Authority