Hi,
Last Friday, I renewed my ssl using this command “sudo certbot certonly --nginx -d straatosphere.com -d www.straatosphere.com -d cdn.straatosphere.com -dcdn2.straatosphere.com -d cdn3.straatosphere.com -d cdn4.straatosphere.com” in digital ocean but i got this message “Client with the currently selected authenticator does not support any combination of challenges that will satisfy the CA.”. So, I run this command “sudo certbot --authenticator standalone --installer nginx -dstraatosphere.com --pre-hook “service nginx stop” --post-hook “service nginx start”” It was ok to renew.
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected: Authenticator standalone, Installer nginx
Starting new HTTPS connection (1): acme-v01.api.letsencrypt.org
Running pre-hook command: service nginx stop
Obtaining a new certificate
Performing the following challenges:
http-01 challenge for straatosphere.com
Waiting for verification…
Cleaning up challenges
Running post-hook command: service nginx start
Deployed Certificate to VirtualHost /etc/nginx/sites-enabled/digitalocean for set([‘cdn3.straatosphere.com’, ‘straatosphere.com’, ‘cdn4.straatosphere.com’, ‘www.straatosphere.com’, ‘cdn.straatosphere.com’, ‘cdn2.straatosphere.com’])
Please choose whether or not to redirect HTTP traffic to HTTPS, removing HTTP access.
1: No redirect - Make no further changes to the webserver configuration.
2: Redirect - Make all requests redirect to secure HTTPS access. Choose this for
new sites, or if you’re confident your site works on HTTPS. You can undo this
change by editing your web server’s configuration.
Select the appropriate number [1-2] then [enter] (press ‘c’ to cancel): 1
Congratulations! You have successfully enabled https://straatosphere.com
You should test your configuration at:
https://www.ssllabs.com/ssltest/analyze.html?d=straatosphere.com
IMPORTANT NOTES:
- Congratulations! Your certificate and chain have been saved at:
/etc/letsencrypt/live/straatosphere.com-0001/fullchain.pem
Your key file has been saved at:
/etc/letsencrypt/live/straatosphere.com-0001/privkey.pem
Your cert will expire on 2019-06-26. To obtain a new or tweaked
version of this certificate in the future, simply run certbot again
with the “certonly” option. To non-interactively renew all of
your certificates, run “certbot renew”
- If you like Certbot, please consider supporting our work by:
Donating to ISRG / Let’s Encrypt: https://letsencrypt.org/donate
Donating to EFF: https://eff.org/donate-le
root@straat-server-sgp1:~#
but when i refresh my web page the css and html was broke. I used w3 total cache in our wordpress site. So, now i disable my w3 total cache and MaxCDN also.
Please suggest me to solve this issue.
Thanks.