summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArseney300 <Arseney300@gmail.com>2026-02-20 01:36:08 +0700
committerArseney300 <Arseney300@gmail.com>2026-02-20 01:36:08 +0700
commit821edeebc818f93e2470613a55dfa7876557e9ab (patch)
treef90f283225716ccca00e75b72bf633d0b7ee00cb
parent42a11c0b06a997eefb5f4d10fae2ab215aaff40a (diff)
Add blog.swave.lol to certbot certificate request
The SSL cert now covers both swave.lol and blog.swave.lol to match the updated nginx server_name configuration. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
-rw-r--r--nginx/run_certbot.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/nginx/run_certbot.sh b/nginx/run_certbot.sh
index 27e9127..a07c9fc 100644
--- a/nginx/run_certbot.sh
+++ b/nginx/run_certbot.sh
@@ -18,4 +18,5 @@ docker run -it --rm \
--email $email \
--agree-tos --no-eff-email \
--webroot-path=/data/letsencrypt \
- -d $domain
+ -d $domain \
+ -d blog.$domain