Newer
Older
# Generate Localhost Certificate
This is a recipe to creating ssl self signed certificates for using in localhost development.
Util links and references:
> [Openssl Certificate Authority - JaimeLinux](https://jamielinux.com/docs/openssl-certificate-authority/create-the-root-pair.html)
> [How To Create a Self Signed Ssl Certificate on Ubuntu 18](https://www.arubacloud.com/tutorial/how-to-create-a-self-signed-ssl-certificate-on-ubuntu-18-04.aspx)
## Steps
1 . [Create a Root CA Certificate](./steps/1-RootCaCertificate.md)
2 . [Create Intermediate Ca Certificate](./steps/2-IntermediateCaCertificate.md)
3 . [Create Server Certificate](./steps/3-ServerCertificate.md.md)