Fix allowACMEByPass TOML example

This commit is contained in:
Hannes Braun 2024-12-30 16:08:03 +01:00 committed by GitHub
parent db31a4c961
commit 278e739242
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -254,8 +254,7 @@ entryPoints:
```toml tab="File (TOML)"
[entryPoints.foo]
[entryPoints.foo.allowACMEByPass]
allowACMEByPass = true
allowACMEByPass = true
```
```bash tab="CLI"