TLS options passed to tls.createSecureContext.
tls.createSecureContext
cert
key
passphrase
pfx
ca
See https://nodejs.org/api/tls.html#tlscreatesecurecontextoptions
TLS options passed to
tls.createSecureContext.cert— Cert chains in PEM format. One cert chain per private key.key— Private keys in PEM format. Encrypted keys are decrypted withpassphrase.pfx— PFX/PKCS12 encoded private key and certificate chain (alternative to key + cert).passphrase— Shared passphrase for a single private key and/or PFX.ca— Override trusted CA certificates (defaults to Mozilla's curated list).See https://nodejs.org/api/tls.html#tlscreatesecurecontextoptions