OptionalalpnOptionalrejectOptionalcheckOptionalcertificateOptionalkey?: SecureContextOptions["key"]Optionalcertificate?: SecureContextOptions["cert"]Certificate chains in PEM format.
One cert chain should be provided per private key (options.https.key).
When providing multiple cert chains, they do not have to be in the same order as their private keys in options.https.key.
If the intermediate certificates are not provided, the peer will not be able to validate the certificate, and the handshake will fail.
Optionalpassphrase?: SecureContextOptions["passphrase"]The passphrase to decrypt the options.https.key (if different keys have different passphrases refer to options.https.key documentation).
Optionalpfx?: PfxTypeOptionalciphers?: SecureContextOptions["ciphers"]OptionalhonorOptionalminOptionalmaxOptionalsignatureOptionaltlsOptionaldhparam?: SecureContextOptions["dhparam"]OptionalecdhOptionalcertificate
Override the default Certificate Authorities (from Mozilla).