Create Self-signed Certificate
Without Root CA
With Root CA
Create a root CA.
-days
: number of days the certificate will be valid for.Create a server private key and Certificate Signing Request (CSR).
Sign the CSR by the root CA.
-days
: number of days the certificate will be valid for.
Last updated