mirror of
https://github.com/caddyserver/website.git
synced 2025-04-21 12:36:16 -04:00
Update src/docs/markdown/caddyfile/directives/tls.md
Co-authored-by: Francis Lavoie <lavofr@gmail.com>
This commit is contained in:
parent
bd9f04e4d3
commit
18d2270676
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue