how to run certbot code example
Example 1: use certbot to generate certificate
# certbot certonly --standalone -d myminio.com --staple-ocsp -m [email protected] --agree-tos
Example 2: certbot command
certbot certonly --webroot -w /var/www/example -d www.example.com -d example.com -w /var/www/other -d other.example.net -d another.other.example.net