benbyf Posted January 6, 2016 Share 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/ Link to comment Share on other sites More sharing options...
Werner Pilnei Posted January 6, 2016 Share 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. Link to comment Share on other sites More sharing options...
gurkendoktor Posted January 6, 2016 Share 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 Link to comment Share on other sites More sharing options...
bernhard Posted March 7, 2016 Share 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 Link to comment Share on other sites More sharing options...
netcarver Posted March 8, 2016 Share 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 Link to comment Share on other sites More sharing options...
cstevensjr Posted March 8, 2016 Share 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 Link to comment Share on other sites More sharing options...
szabesz Posted March 9, 2016 Share 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 Link to comment Share on other sites More sharing options...
dotnetic Posted March 16, 2016 Share 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 Link to comment Share on other sites More sharing options...
Christophe Posted September 11, 2016 Share Posted September 11, 2016 https://www.chromium.org/Home/chromium-security/marking-http-as-non-secure 1 Link to comment Share on other sites More sharing options...
Recommended Posts