use static list of subdomains
This commit is contained in:
parent
c3ff9aeffc
commit
584b7242a7
1 changed files with 4 additions and 1 deletions
|
@ -8,7 +8,8 @@ email = "hostmaster@zom.bi"
|
|||
storage = "cert/acme.json"
|
||||
entryPoint = "https"
|
||||
onDemand = false
|
||||
OnHostRule = true
|
||||
#OnHostRule = true
|
||||
OnHostRule = false
|
||||
|
||||
[entryPoints]
|
||||
[entryPoints.http]
|
||||
|
@ -42,6 +43,7 @@ exposedbydefault = false
|
|||
"mx.zom.bi",
|
||||
"user.zom.bi",
|
||||
"xmpp.zom.bi",
|
||||
"matrix.zom.bi",
|
||||
|
||||
# web vhosts:
|
||||
"api.zom.bi",
|
||||
|
@ -61,6 +63,7 @@ exposedbydefault = false
|
|||
"www.zom.bi",
|
||||
]
|
||||
|
||||
|
||||
# You can define multiple of these blocks, each of which will result in one
|
||||
# certificate.
|
||||
#[[acme.domains]]
|
||||
|
|
Loading…
Reference in a new issue