Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
ClientCertificatePEMCertificatePath interface
- Package:
- @azure/identity
Required configuration options for the ClientCertificateCredential, with the path to a PEM certificate.
Properties
| certificatePassword | The password for the certificate file. |
| certificatePath | 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
