summaryrefslogtreecommitdiff
path: root/frontends/etc/acme-client.conf.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/etc/acme-client.conf.tpl')
-rw-r--r--frontends/etc/acme-client.conf.tpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/frontends/etc/acme-client.conf.tpl b/frontends/etc/acme-client.conf.tpl
index 685794c..b99b428 100644
--- a/frontends/etc/acme-client.conf.tpl
+++ b/frontends/etc/acme-client.conf.tpl
@@ -31,9 +31,11 @@ domain <%= $host %> {
domain full chain certificate "/etc/ssl/<%= $host %>.fullchain.pem"
sign with letsencrypt
}
+<% unless (grep { $_ eq $host } @$f3s_hosts) { -%>
domain standby.<%= $host %> {
domain key "/etc/ssl/private/standby.<%= $host %>.key"
domain full chain certificate "/etc/ssl/standby.<%= $host %>.fullchain.pem"
sign with letsencrypt
}
<% } -%>
+<% } -%>