mirror of https://github.com/status-im/consul.git
Update website/content/docs/api-gateway/configuration/gateway.mdx
Co-authored-by: Nathan Coleman <nathan.coleman@hashicorp.com>
This commit is contained in:
parent
e305fb232d
commit
396a75ff06
|
@ -151,7 +151,7 @@ Allowed values `TCP`, `HTTP`, `HTTPS`
|
|||
|
||||
### listeners.tls
|
||||
* Type: Object
|
||||
* Required: required if protocol is set to HTTPS
|
||||
* Required: required if `protocol` is set to `HTTPS`
|
||||
|
||||
### listeners.tls.certificateRefs
|
||||
`CertificateRefs` contains a series of references to Kubernetes objects that contains TLS certificates and private keys. These certificates are used to establish a TLS handshake for requests that match the hostname of the associated `listener`. Each reference must be a Kubernetes Secret, and, if using a Secret in a namespace other than the`Gateway`'s, must have a corresponding `ReferencePolicy` created.
|
||||
|
|
Loading…
Reference in New Issue