diff options
| author | Paul Buetow <paul@buetow.org> | 2026-01-17 17:22:41 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-01-17 17:22:41 +0200 |
| commit | 7a996ed2f657562dd05dee2548db15d044f4fdeb (patch) | |
| tree | 236ad30c9e884b532670a7d7f15f6edbb0a2e3d2 /frontends/etc | |
| parent | c4970d51fbaf85ee2ce3a950fc75d9fffc53b62d (diff) | |
fix tls
Diffstat (limited to 'frontends/etc')
| -rw-r--r-- | frontends/etc/acme-client.conf.tpl | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/frontends/etc/acme-client.conf.tpl b/frontends/etc/acme-client.conf.tpl index 6d0e2df..685794c 100644 --- a/frontends/etc/acme-client.conf.tpl +++ b/frontends/etc/acme-client.conf.tpl @@ -23,7 +23,8 @@ authority buypass-test { contact "mailto:me@example.com" } -<% for my $host (@$acme_hosts) { -%> +<% for my $host (@$acme_hosts) { + next if $host eq 'blowfish.buetow.org' or $host eq 'fishfinger.buetow.org'; -%> domain <%= $host %> { alternative names { www.<%= $host %> } domain key "/etc/ssl/private/<%= $host %>.key" @@ -36,10 +37,3 @@ domain standby.<%= $host %> { sign with letsencrypt } <% } -%> - -# For the server itself (e.g. TLS, or monitoring) -domain <%= "$hostname.$domain" %> { - domain key "/etc/ssl/private/<%= "$hostname.$domain" %>.key" - domain full chain certificate "/etc/ssl/<%= "$hostname.$domain" %>.fullchain.pem" - sign with letsencrypt -} |
