Skip to main content

One post tagged with "ssl"

View All Tags

Localhost SSL Certificate

· 10 min read
Brock Henrie
Lead Software Engineer | CEO Spakl

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.

bad certificate page

This guide will show you how to create a self-signed SSL certificate for localhost using OpenSSL and add it to your trust store.