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

Commit 0ba1862

Browse files
committed
Make all paths regarding certbot absolute
1 parent 90ea103 commit 0ba1862

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎.env.production

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CREDENTIALS_ENABLED = 1
2-
CREDENTIALS_PATH = ~/.certbot/config/live/algorithm-visualizer.org
2+
CREDENTIALS_PATH = /home/ubuntu/.certbot/config/live/algorithm-visualizer.org
33
CREDENTIALS_CA = fullchain.pem
44
CREDENTIALS_KEY = privkey.pem
55
CREDENTIALS_CERT = cert.pem

‎certbot.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
config-dir = ~/.certbot/config
2-
work-dir = ~/.certbot/work
3-
logs-dir = ~/.certbot/logs
1+
config-dir = /home/ubuntu/.certbot/config
2+
work-dir = /home/ubuntu/.certbot/work
3+
logs-dir = /home/ubuntu/.certbot/logs
44
email = jason.park@gatech.edu
55
authenticator = webroot
66
webroot-path = /home/ubuntu/server/public/frontend-built

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /