Menu Share

Free and Easy SSL certificates for Developers

Enter the domain you want to secure on your local machine, below. You will get a CA root certificate, a (wildcard) certificate for your domain and a private key. You can then import the CA root certificate on your local machine, usually something like Trusted Root Certificate Store, and install the domain certificate and private key in your server virtual host configuration.

Domain:

Why?

I use odd domain names on my local machine, like testing.dom and such for site development. Developing with http works ofcourse, but https is better, because thats common now. (Thank you Lets Crypt) Usually I am too lazy to start typing OpenSSL commands, so I made this to make life more easy. I use the certificates with xampp on Windows 10, but it will work with any XAMPP, WAMP or LAMP like setup, ofcourse. Just add the odd domains to your hosts file.

Please note:

The certicates generated by this website are certificates for development purposes, the are not "real world" certificates. They only work on your local machine / network!