BuildDocsReferenceGuidesBlogDiscordnode:http2SecureServerOptionskeyBuildDocsReferenceGuidesBlogDiscordnode:http2SecureServerOptionskeyhttp2.SecureServerOptions.keykeyBufferBufferKeyObjectReferenceDocsGuidesDiscordMerch StoreGitHubBlogRuntimePackage managerTest runnerBundlerPackage runnerBun 1.0Bun 1.1Bun 1.2Bun 1.3RoadmapContributingLicenseWe're hiring →
property key | Node.js http2 module | Bun,AI智能索引,全网链接索引,智能导航,网页索引
- Private keys in PEM format. PEM allows the option of private keys
being encrypted. Encrypted keys will be decrypted with
options.passphrase. Multiple keys using different algorithms can be
provided either as an array of unencrypted key strings or buffers,
or an array of objects in the form {pem: <string|buffer>[,
passphrase: <string>]}. The object form can only occur in an array.
object.passphrase is optional. Encrypted keys will be decrypted with
object.passphrase if provided, or options.passphrase if it is not.