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
+1 -2
View File
@@ -254,8 +254,7 @@ entryPoints:
```toml tab="File (TOML)" ```toml tab="File (TOML)"
[entryPoints.foo] [entryPoints.foo]
[entryPoints.foo.allowACMEByPass] allowACMEByPass = true
allowACMEByPass = true
``` ```
```bash tab="CLI" ```bash tab="CLI"