certbot how to renew certificate code example
Example 1: certbot renew
sudo certbot renew --dry-run
Example 2: use certbot to generate certificate
# certbot certonly --standalone -d myminio.com --staple-ocsp -m [email protected] --agree-tos
sudo certbot renew --dry-run
# certbot certonly --standalone -d myminio.com --staple-ocsp -m [email protected] --agree-tos