certbot for new site code example
Example 1: certbot list all domains
sudo certbot certificates
Example 2: use certbot to generate certificate
# certbot certonly --standalone -d myminio.com --staple-ocsp -m [email protected] --agree-tos
sudo certbot certificates
# certbot certonly --standalone -d myminio.com --staple-ocsp -m [email protected] --agree-tos