Second defaultEntryPoint should be https, not http.
This commit is contained in:
parent
422109b82f
commit
49a9e2a9e0
1 changed files with 1 additions and 1 deletions
|
@ -243,7 +243,7 @@ entryPoint = "https"
|
||||||
Specify the entryPoint to use during the challenges.
|
Specify the entryPoint to use during the challenges.
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
defaultEntryPoints = ["http", "http"]
|
defaultEntryPoints = ["http", "https"]
|
||||||
|
|
||||||
[entryPoints]
|
[entryPoints]
|
||||||
[entryPoints.http]
|
[entryPoints.http]
|
||||||
|
|
Loading…
Reference in a new issue