Enable HTTP challenge

This commit is contained in:
paul 2018-01-17 20:19:59 +01:00 committed by Hive
parent 9f72fd90ed
commit cf5c2aae50
2 changed files with 6 additions and 2 deletions

View file

@ -11,6 +11,10 @@ onDemand = false
#OnHostRule = true
OnHostRule = false
[acme.httpChallenge]
entryPoint = "http"
[entryPoints]
[entryPoints.http]
address = ":80"