December 11th, 2024, posted in for_founders
by Adelina
If you don’t want to pay for an SSL certificate, you can use CloudFlare’s free SSL. Its setup, though, isn’t that apparent and it seems like no one has asked or answered this particular question.
Assumptions:
- you already have CloudFlare setup and your domain name points to it;
- you manage your server with Laravel Forge (though the same steps should be true for any nginx server);
Steps:
- Generate a self-signed certificate here. It’ll give you the links to 2 files (private key and certificate). Download them.
Read the rest of this article on Medium.