1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-05 03:30:05 +00:00

chore: comment file removed

This commit is contained in:
Saad Jutt
2021-10-07 13:47:28 +05:00
parent 6ff8eece7b
commit ff4915f7f3

View File

@@ -1,15 +0,0 @@
>> self signed certificate in certificate chain
const { key, cert } = serverCert
const httpsServer = https.createServer(
{
key,
cert,
ca: rootCaCert.cert,
requestCert: true,
rejectUnauthorized: false
},
app
)