Update src/docs/markdown/caddyfile/directives/tls.md

Co-authored-by: Francis Lavoie <lavofr@gmail.com>
This commit is contained in:
Mohammed Al Sahaf 2024-04-23 20:39:57 +03:00 committed by GitHub
parent bd9f04e4d3
commit 18d2270676
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -173,7 +173,7 @@ These are the standard trust pool providers that can be used in the `trust_pool`
The `inline` module parses the trusted root certificates as listed in the Caddyfile directly in base64 DER-encoded format. The `trust_der` directive may be repeated multiple times.
```caddy-d
... inline {
trust_pool inline {
trust_der <base64_der>
}
```