How to create a self-signed certificate using openssl?

SSL Certificate

What is a digital certificate? Digital certificate contains keys for authenticating the holder of the certificate. It is typically issued by a trusted entity called CA (Certificate Authority). Self-signed certificate is used for testing purpose which is issued by yourself without the need for a Trusted CA. Using OpenSSL to generate self-signed certificate Open SSL … Read more