Answers for "nginx certbot manual"

5

ubuntu certbot nginx

sudo add-apt-repository ppa:certbot/certbot
sudo apt install python-certbot-nginx
sudo certbot --nginx -d example.com -d www.example.com
Posted by: Guest on December-25-2020
1

certbot nginx certonly

sudo certbot certonly --nginx
Posted by: Guest on June-08-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language