ClientCertificatePEMCertificatePath interface
Required configuration options for the ClientCertificateCredential, with the path to a PEM certificate.
Properties
certificate |
The password for the certificate file. |
certificate |
The path to the PEM-encoded public/private key certificate on the filesystem. |
Property Details
certificatePassword
The password for the certificate file.
certificatePassword?: string
Property Value
string
certificatePath
The path to the PEM-encoded public/private key certificate on the filesystem.
certificatePath: string
Property Value
string