diff options
author | Zaq? Wiedmann <zaquestion@gmail.com> | 2020-01-07 11:07:42 -0800 |
---|---|---|
committer | Matt Holt <mholt@users.noreply.github.com> | 2020-01-07 12:07:42 -0700 |
commit | 21f1f95e7b4d37786c34eff8965a284340c2164a (patch) | |
tree | 747d3cc74208e747887804bb35c3dedc5aca5f6a /modules/caddyhttp/marshalers.go | |
parent | 78e98c40d35c0b3bc933886ce11cbf2d0cf44c99 (diff) |
reverse_proxy: Add tls_trusted_ca_certs to Caddyfile (#2936)
Allows specifying ca certs with by filename in
`reverse_proxy.transport`.
Example
```
reverse_proxy /api api:443 {
transport http {
tls
tls_trusted_ca_certs certs/rootCA.pem
}
}
```
Diffstat (limited to 'modules/caddyhttp/marshalers.go')
0 files changed, 0 insertions, 0 deletions