Skip to content

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy