use static list of subdomains

This commit is contained in:
paul 2017-07-16 00:34:21 +02:00 committed by Hive
parent c3ff9aeffc
commit 584b7242a7

View file

@ -8,7 +8,8 @@ email = "hostmaster@zom.bi"
storage = "cert/acme.json" storage = "cert/acme.json"
entryPoint = "https" entryPoint = "https"
onDemand = false onDemand = false
OnHostRule = true #OnHostRule = true
OnHostRule = false
[entryPoints] [entryPoints]
[entryPoints.http] [entryPoints.http]
@ -42,6 +43,7 @@ exposedbydefault = false
"mx.zom.bi", "mx.zom.bi",
"user.zom.bi", "user.zom.bi",
"xmpp.zom.bi", "xmpp.zom.bi",
"matrix.zom.bi",
# web vhosts: # web vhosts:
"api.zom.bi", "api.zom.bi",
@ -61,6 +63,7 @@ exposedbydefault = false
"www.zom.bi", "www.zom.bi",
] ]
# You can define multiple of these blocks, each of which will result in one # You can define multiple of these blocks, each of which will result in one
# certificate. # certificate.
#[[acme.domains]] #[[acme.domains]]