We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90ea103 commit 0ba1862Copy full SHA for 0ba1862
.env.production
@@ -1,5 +1,5 @@
1
CREDENTIALS_ENABLED = 1
2
-CREDENTIALS_PATH = ~/.certbot/config/live/algorithm-visualizer.org
+CREDENTIALS_PATH = /home/ubuntu/.certbot/config/live/algorithm-visualizer.org
3
CREDENTIALS_CA = fullchain.pem
4
CREDENTIALS_KEY = privkey.pem
5
CREDENTIALS_CERT = cert.pem
certbot.ini
@@ -1,6 +1,6 @@
-config-dir = ~/.certbot/config
-work-dir = ~/.certbot/work
-logs-dir = ~/.certbot/logs
+config-dir = /home/ubuntu/.certbot/config
+work-dir = /home/ubuntu/.certbot/work
+logs-dir = /home/ubuntu/.certbot/logs
email = jason.park@gatech.edu
authenticator = webroot
6
webroot-path = /home/ubuntu/server/public/frontend-built
0 commit comments