How to change Certbot verification for expiring ACME TLS-SNI-01 verification

I run Certbot on a shared web server for free SSL.  It’s a nice program, but how the domains are all setup needs to change for the expiring ACME TLS-SNI-01 verification.

This simple command for each SSL took care of the problem.

certbot certonly --cert-name [yourcertname] --force-renewal -a webroot -w /your/webroot/directorycertbot

 

Leave a Reply

Your email address will not be published. Required fields are marked *