sudo service nginx restart Step3: Finally, remove certificate for a domain # Show the list of certificates certbot certificates # Remove certificates for a given domain sudo certbot delete --cert-name $mydomain Make sure you clean out your browser cache. Browsers remember which protocol it used ...
You can install the plugin with the following command: ++ +[source,shell] +--- +python3 -m pip install certbot-dns-route53 +--- + +. Then execute this example to create a private key and certificate (including intermediate certificates) locally in `/etc/letsencrypt/live/`: ++ +[sourc...