Answers for "yum remove certbot-nginx"

1

certbot remove certificate nginx

# Show the list of certificates
certbot certificates

# Remove certificates for a given domain
sudo certbot delete --cert-name $mydomain
Posted by: Guest on February-24-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language