+ 2
How to install Let's Encrypt free SSL on Namecheap shared hosting?
I have tried to install Let's Encrypt free SSL on my Namecheap shared hosting but failed. Then I asked to Namecheap support and they're saying that it's possible to install Let's Encrypt SSL on Namecheap shared hosting but we cannot help you with any third party stuff. I'm not able to use different hosting provider at this moment and I need a free SSL badly.
5 Respuestas
+ 4
thats great, if your server is debian based the you can use:
sudo apt-get install letsencrypt
then you can run:
EDITED-
letsencrypt --apache -d yourdomain.com
if apache is your webserver
there is a more detail explanation on digitalocean.com in their comunity section if you search for lets encrypt
hers a link to more articles with different Operating servers:
https://www.digitalocean.com/community/tags/let-s-encrypt?type=tutorials
+ 3
My Namecheap shared hosting is Linux. I will try it today. Thank you very much :)
+ 3
excellent, btw digitalocean is a very cost effective vps hoster if you find you need another hoster in the future. i can say after 4 years i would recommend them very highly
+ 2
do you have any console access to the server that is hosting the site? either through ssh or a control panel?
+ 2
Yes I have SSH access @Rich