benbyf Posted January 6, 2016 Posted January 6, 2016 really? mind telling me the steps? was trying to set it up with mail-in-a-box - this is the domain im setting it up on https://mail.nicegrp.com/
Werner Pilnei Posted January 6, 2016 Posted January 6, 2016 @peter I had the same issue on a Plesk server. But I found a solution here https://github.com/plesk/letsencrypt-plesk/issues/13 A little down the list, what xgin commented 29 days ago (put a special .htacces file into a directory). You also have to take care of the rights the directories need (tofi86 commented 17 days ago). Then you can keep your original .htaccess and it will (hopefully) work automatically when the renewal of the certificat is due.
gurkendoktor Posted January 6, 2016 Posted January 6, 2016 really? mind telling me the steps? was trying to set it up with mail-in-a-box - this is the domain im setting it up on https://mail.nicegrp.com/ No problem, I followed exactly the steps on their website. $ git clone https://github.com/letsencrypt/letsencrypt $ cd letsencrypt $ ./letsencrypt-auto --help and then ./letsencrypt-auto certonly --webroot -w /var/www/example -d example.com This generates a .pem-File with the full certificate chain ("ssl_certificate") and a private key ("ssl_certificate_key"), both of which you enter in your nginx config – restart nginx and there you go 1
bernhard Posted March 7, 2016 Posted March 7, 2016 Theres a nice Plesk Extension now for Lets Encrypt worked like a charm just installed it on several of my domains as one of my certs ran out and it is so easy: https://devblog.plesk.com/2015/12/lets-encrypt-plesk/ there's also an option to secure your plesk panel now (think this was not there from the beginning?!) 1
netcarver Posted March 8, 2016 Posted March 8, 2016 Woot - Dreamhost are offering free 1-click installation of Let's Encrypt certs (ok, almost 1-click.) I've tried it out on a few domains and it works really well for the most part. I've had an install fail on one domain but they are working to fix the problem. Update: Looks like the failure was a user error - I deleted the certificate when installing PW 3
cstevensjr Posted March 8, 2016 Posted March 8, 2016 Woot - Dreamhost offering free 1-click installation of Let's Encrypt certs (ok, almost 1-click.) I've tried it out on a few domains and it works really well. I've had an install fail on one domain but they are working to fix the problem. Same here with Dreamhost. I was a skeptic at first, however I'm starting to like the whole process. I've converted quite a few domains over to Let's Encrypt and plan to convert all others when possible. 2
szabesz Posted March 9, 2016 Posted March 9, 2016 SiteGround also offers a 1 click install for shared hosting accounts: https://www.siteground.com/blog/lets-encrypt/ more: https://www.siteground.com/kb/can-i-get-lets-encrypt-certificates-at-siteground/ 3
dotnetic Posted March 16, 2016 Posted March 16, 2016 There is a fix needed in the .htaccess file to allow services like Let´s encrypt to use the webroot authentication method. I created a pull request for this https://github.com/ryancramerdesign/ProcessWire/pull/1751 3
Christophe Posted September 11, 2016 Posted September 11, 2016 https://www.chromium.org/Home/chromium-security/marking-http-as-non-secure 1
Recommended Posts