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 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)

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