Skip to content

Commit 60d2584

Browse files
committed
Apache and Nginx Let's Encrypt Commands
1 parent fc7d6be commit 60d2584

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
sudo apt-get update
2+
sudo apt-get install software-properties-common
3+
sudo add-apt-repository universe
4+
sudo add-apt-repository ppa:certbot/certbot
5+
sudo apt-get update
6+
sudo apt-get install python-certbot-apache
7+
8+
sudo certbot --apache
9+
10+
sudo certbot renew --dry-run
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
sudo apt-get update
2+
sudo apt-get install software-properties-common
3+
sudo add-apt-repository universe
4+
sudo add-apt-repository ppa:certbot/certbot
5+
sudo apt-get update
6+
sudo apt-get install python-certbot-nginx
7+
8+
sudo certbot --nginx
9+
10+
sudo certbot renew --dry-run

0 commit comments

Comments
 (0)