Letsencrypt renewal fails: Could not bind to IPv4 or IPv6.. Skipping
You just need to stop all running servers like Apache, nginx or OpenShift before doing this. Stop Nginx sudo systemctl stop nginx Stop Apache2 sudo systemctl stop apache2
You just need to stop all running servers like Apache, nginx or OpenShift before doing this. Stop Nginx sudo systemctl stop nginx Stop Apache2 sudo systemctl stop apache2
Renew a single certificate using renew with the –cert-name option. (certonly creates a certificate for one or more domains, replacing it if exists). Example certbot renew –cert-name domain1.com –dry-run Remove –dry-run to actually renew. Cert-name != Domain name Note that the value supplied to –cert-name option is a certificate name (not a domain name) found … Read more