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:
@@ -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
|
||||
)
|
||||
Reference in New Issue
Block a user