getServerOptions
Create the options object needed by Node.js https.createServer().
Parameters
None.
Returns
{ cert: string; key: string } | null — An object with cert and key strings
read from disk, or null if either file is missing.
Create the options object needed by Node.js https.createServer().
None.
{ cert: string; key: string } | null — An object with cert and key strings
read from disk, or null if either file is missing.