tls: add require_sni. (#164)

Signed-off-by: Piotr Sikora <piotrsikora@google.com>
pull/165/head
Piotr Sikora 7 years ago committed by Matt Klein
parent 38beaebcda
commit 76725fcc28
  1. 3
      api/tls_context.proto

@ -110,4 +110,7 @@ message DownstreamTlsContext {
// If specified, Envoy will reject connections without a valid client
// certificate.
google.protobuf.BoolValue require_client_certificate = 3;
// If specified, Envoy will reject connections without a valid and matching SNI.
google.protobuf.BoolValue require_sni = 4;
}

Loading…
Cancel
Save