How to generate SSL Certificate and SSL Key (with Let's Encrypt)

We have solution for CMS. We don’t have ssh access or any other access (with exception for admin tool to our CMS solution part). Solution using eu domain, which is hosted on another company;s server. They don’t want us provide SSL cert and SSL key. On solution with admin CMS system is part, where i am able tu put SSL cert file(s) and SSL key file(s). I use tool “https://zerossl.com/free-ssl/#crt” and i have CERTIFICATE REQUEST. But i am at the end.of my knowledge. How can I get SSL cert file ans SSL key?
Thanks for help!
BR, Ales B.

1 Like

Best answer is to consider using a better web host which would support Let’s Encrypt directly–there are lots of those out there. But if that isn’t an option, tools like zerossl.com can be helpful. Their instructions are here:
https://zerossl.com/free-ssl/#howtocrt
Keep in mind, the certs from Let’s Encrypt are only valid for 90 days, so you’ll need to renew at least that frequently.

Edit: “Renew” really is a misnomer–it’s simply “create another cert just like the last one, but with updated dates, and install that new cert.”

2 Likes

Generally to install an SSL certificate you or your CMS software will need enough permissions to write to the web server (or operating system) configuration, depending on how your CMS is hosted.

One alternative is to use a service such as Cloudflare (which has free plans) in front of your website. You add your site to Cloudflare, change your domain’s name servers to use Cloudflare and they in turn will proxy your site, complete with https.

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.