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
}
}
```
|
||
|---|---|---|
| .. | ||
| fastcgi | ||
| caddyfile.go | ||
| circuitbreaker.go | ||
| command.go | ||
| healthchecks.go | ||
| hosts.go | ||
| httptransport.go | ||
| ntlm.go | ||
| reverseproxy.go | ||
| selectionpolicies.go | ||
| selectionpolicies_test.go | ||
| streaming.go | ||