Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit60d2584

Browse files
committed
Apache and Nginx Let's Encrypt Commands
1 parentfc7d6be commit60d2584

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)

[8]ページ先頭

©2009-2025 Movatter.jp