Share via


ClientCertificatePEMCertificate interface

Required configuration options for the ClientCertificateCredential, with the string contents of a PEM certificate

Properties

certificate

The PEM-encoded public/private key certificate on the filesystem. Ensure that certificate is in PEM format and contains both the public and private keys.

certificatePassword

The password for the certificate file.

Property Details

certificate

The PEM-encoded public/private key certificate on the filesystem. Ensure that certificate is in PEM format and contains both the public and private keys.

certificate: string

Property Value

string

certificatePassword

The password for the certificate file.

certificatePassword?: string

Property Value

string