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.

certificatePassword

The password for the certificate file.

Property Details

certificate

The PEM-encoded public/private key certificate on the filesystem.

certificate: string

Property Value

string

certificatePassword

The password for the certificate file.

certificatePassword?: string

Property Value

string