Package version:

Interface ClientCertificatePEMCertificatePath

Required configuration options for the ClientCertificateCredential, with the path to a PEM certificate.

interface ClientCertificatePEMCertificatePath {
    certificatePassword?: string;
    certificatePath: string;
}

Properties

certificatePassword?: string

The password for the certificate file.

certificatePath: string

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