Localhost SSL Certificate
· 10 min read
When developing locally, it's often useful to have a self-signed SSL certificate for localhost
. This allows you to test your site with HTTPS without needing to purchase a certificate and avoid having to go through the invalid certificate screen.
This guide will show you how to create a self-signed SSL certificate for localhost
using OpenSSL and add it to your trust store.