Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AutoEncryptionTlsOptions

Hierarchy继承层级

  • AutoEncryptionTlsOptions

Index索引

Properties属性

tlsCAFile?: string

Specifies the location of a local .pem file that contains the root certificate chain from the Certificate Authority. 指定包含来自证书颁发机构的根证书链的本地.pem文件的位置。This file is used to validate the certificate presented by the KMS provider.此文件用于验证KMS提供程序提供的证书。

tlsCertificateKeyFile?: string

Specifies the location of a local .pem file that contains either the client's TLS/SSL certificate and key or only the client's TLS/SSL key when tlsCertificateFile is used to provide the certificate.指定本地pem文件的位置,当tlsCertificateFile用于提供证书时,该文件包含客户端的TLS/SSL证书和密钥,或仅包含客户端的TLS/SSL密钥。

tlsCertificateKeyFilePassword?: string

Specifies the password to de-crypt the tlsCertificateKeyFile.指定解密tlsCertificateKeyFile的密码。

Generated using TypeDoc