BuildDocsReferenceGuidesBlogDiscordnode:tlsSecureContextOptionspfxBuildDocsReferenceGuidesBlogDiscordnode:tlsSecureContextOptionspfxtls.SecureContextOptions.pfxpfxBufferBufferPxfObjectReferenceDocsGuidesDiscordMerch StoreGitHubBlogRuntimePackage managerTest runnerBundlerPackage runnerBun 1.0Bun 1.1Bun 1.2Bun 1.3RoadmapContributingLicenseWe're hiring →
property pfx | Node.js tls module | Bun,AI智能索引,全网链接索引,智能导航,网页索引
- PFX or PKCS12 encoded private key and certificate chain. pfx is an
alternative to providing key and cert individually. PFX is usually
encrypted, if it is, passphrase will be used to decrypt it. Multiple
PFX can be provided either as an array of unencrypted PFX buffers,
or an array of objects in the form {buf: <string|buffer>[,
passphrase: <string>]}. The object form can only occur in an array.
object.passphrase is optional. Encrypted PFX will be decrypted with
object.passphrase if provided, or options.passphrase if it is not.