diff options
| author | Arseney300 <Arseney300@gmail.com> | 2026-02-20 01:36:08 +0700 |
|---|---|---|
| committer | Arseney300 <Arseney300@gmail.com> | 2026-02-20 01:36:08 +0700 |
| commit | 821edeebc818f93e2470613a55dfa7876557e9ab (patch) | |
| tree | f90f283225716ccca00e75b72bf633d0b7ee00cb /nginx | |
| parent | 42a11c0b06a997eefb5f4d10fae2ab215aaff40a (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>
Diffstat (limited to 'nginx')
| -rw-r--r-- | nginx/run_certbot.sh | 3 |
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 |
