Package version:

Interface ClientCertificatePEMCertificate

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

interface ClientCertificatePEMCertificate {
    certificate: string;
    certificatePassword?: string;
}

Properties

certificate: string

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

certificatePassword?: string

The password for the certificate file.