Skip to content

Commit 9ac17df

Browse files
committed
Revert the previous commit and add automated renewal logic
1 parent b290241 commit 9ac17df

File tree

10 files changed

+123
-2035
lines changed

10 files changed

+123
-2035
lines changed

.env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
HTTP_PORT = 8080
2+
HTTPS_PORT = 8443

.env.development

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
CREDENTIALS_ENABLED = 0
12
WEBHOOK_ENABLED = 0

.env.production

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1+
CREDENTIALS_ENABLED = 1
2+
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
16
WEBHOOK_ENABLED = 1

certbot.ini

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
config-dir = /home/ubuntu/.certbot/config
2+
work-dir = /home/ubuntu/.certbot/work
3+
logs-dir = /home/ubuntu/.certbot/logs
4+
email = parkjs814@gmail.com
5+
authenticator = webroot
6+
webroot-path = /home/ubuntu/server/public/frontend-built
7+
domains = algorithm-visualizer.org

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