certbot 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
Example 3: certbot
sudo snap install --classic certbot