Certbot Download Certificate Code Example


Example 1: apt-get install certbot

sudo apt-get update sudo apt-get install software-properties-common sudo apt-get install certbot sudo apt-get install python-certbot-apache # apache config sudo certbot --apache

Example 2: use certbot to generate certificate

# certbot certonly --standalone -d myminio.com --staple-ocsp -m test@yourdomain.io --agree-tos

Comments

Popular posts from this blog

Are Regular VACUUM ANALYZE Still Recommended Under 9.1?

Can Feynman Diagrams Be Used To Represent Any Perturbation Theory?