tls: s/ca_cert/trusted_ca/. (#161)

Signed-off-by: Piotr Sikora <piotrsikora@google.com>
pull/165/head
Piotr Sikora 8 years ago committed by Matt Klein
parent f76f45f5d4
commit 9f67e08a1a
  1. 2
      api/tls_context.proto

@ -44,7 +44,7 @@ message CertificateValidationContext {
// TLS certificate data containing certificate authority certificates to use
// in verifying a presented certificate. If not specified and a certificate is
// presented it will not be verified.
DataSource ca_cert = 1;
DataSource trusted_ca = 1;
// If specified, Envoy will verify (pin) hex-encoded SHA-256 hash of
// the presented certificate.

Loading…
Cancel
Save