PxfObject interface
An interface compatible with NodeJS's tls.PxfObject
.
We want to avoid publicly re-exporting the actual interface,
since it might vary across runtime versions.
Properties
buf | PFX or PKCS12 encoded private key and certificate chain. |
passphrase | Optional passphrase. |
Property Details
buf
PFX or PKCS12 encoded private key and certificate chain.
buf: string | Buffer
Property Value
string | Buffer
passphrase
Optional passphrase.
passphrase?: string
Property Value
string