Free https for my site

How i guet free https ssl, for my site www.cayuko.com, thanks…

With Let’s Encrypt, of course!

1 Like

https://letsencrypt.org/docs/

By the way, when you started this thread, there were a bunch of questions… Why did you remove them?

well, yes,i know,but how implement, ware i get the certificate code, ware i send the code i generate on my server…sorry for the confusion…and for my english…%. thanks

Try the documentation I linked above… Or in general some more information about TLS: https://en.wikipedia.org/wiki/Transport_Layer_Security

The reason we ask all those questions, like what is your operating system ? do you have a control panel ? who is your host ? etc. is so we can help you and answer your questions.

Please complete the initial questions


My domain is:

My operating sytem is (include version):

My web server is (include version):

My hosting provider, ifapplicable, is:

I can ogin to a root shell on my machine (yes or no, or I don't know):

I'm using a control panel to manage my site (no, or provide the name and version of the control panel):


You can use oe of the many client available for you, depending on your needs. If you own the server, and have a shell access, I would recommend using Certbot - simply install, run the command and get the certificate. It’ll do everything for you, and it can also auto renew. Here is a tutorial for certbot depending on your requirements: https://certbot.eff.org/

If you have no Idea what am I talking on, you can generate the certificate on the browser, without using any code or commands. Head over to ZeroSSL and follow their instructions. Choose http verification, add your email and domains, and click next. Then you will be requested to upload files to authenticate yourself as the website owner - it’s extremely easy. Then you will recieve your certificate and private key. KEEP THE PRIVATE KEY SECURED! Then upload your certificate to the server, then, on each domain, add an .htaccess file containing this code:

RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

It seems a lot but it’s not - it’ll take no more them 5 minutes. If you don’t know how to upload a file or a certificate on your panel, just use Google :slight_smile:.

thanks,…i have done…is wokring…thanks

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