Fixed ca cert issue on api
This commit is contained in:
@@ -5,5 +5,19 @@
|
||||
"ignore": [
|
||||
"node_modules",
|
||||
".git"
|
||||
]
|
||||
],
|
||||
"size": 0.0026407241821289062,
|
||||
"filesCount": 14,
|
||||
"clientCertificates": {
|
||||
"enabled": true,
|
||||
"certs": [
|
||||
{
|
||||
"domain": "localhost",
|
||||
"type": "cert",
|
||||
"certFilePath": "../ssl/localhost.crt",
|
||||
"keyFilePath": "../ssl/localhost.key",
|
||||
"passphrase": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user