- I have added let's encrypt for domains and subdomains all work fine, but it doesn't work for one website "lifequotes.pictures". I get no error, it activates and shows that certificate is active. However, when I try to browse that site it shows certificate is not valid and blocks connection.
I checked my folder /.well-known/acme-challenge/ and found it was empty. That' the reason it is failing to work. I tried issuing certicate multiple times, so I have also been blocked to issue new certificate for that domain because of LetsEncrypt limition to issue limited number of certificate. Now tell me how I can work around. Is there any way to put the file into /.well-known/acme-challenge/ folder manually. If so, that should work for me. (Note: I have also tried DNS verification, but same msg that I have already issued too many certificates).
My domain is: lifequotes.pictures
I ran this command: Added Certificate Through control center
It produced this output: No Error (Added Successfull) and I have the certificate
My web server is (include version): Nginx 1.9
I can login to a root shell on my machine (yes or no, or I don't know): Yes
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you're using Certbot): Not Sure