CertificateProvider

证书提供商的规范。定义获取用于点对点身份验证的证书和私钥的机制。

JSON 表示法
{

  // Union field type can be only one of the following:
  "grpcEndpoint": {
    object (GrpcEndpoint)
  },
  "certificateProviderInstance": {
    object (CertificateProviderInstance)
  }
  // End of list of possible types for union field type.
}
字段
联合字段 type。提供证书和私钥的证书提供商的类型。type 只能是下列其中一项:
grpcEndpoint

object (GrpcEndpoint)

用于访问 gRPC 服务器以获取证书和私钥的 gRPC 专用配置。

certificateProviderInstance

object (CertificateProviderInstance)

将传递给数据平面的证书提供方实例规范,该规范将用于加载必要的凭据信息。