First working version that let you download pass on http request

Added config.json for paths and credentials configuration.
This commit is contained in:
Alexander Cerutti
2018-05-06 00:06:38 +02:00
parent 7164961ddb
commit 269e85e7f8
7 changed files with 649 additions and 49 deletions

19
config.json Normal file
View File

@@ -0,0 +1,19 @@
{
"certificates": {
"dir": "certificates",
"files": {
"wwdr_pem": "WWDR.pem",
"certificate": "passcertificate.pem",
"key": "passkey.pem"
},
"credentials": {
"dev_pem_key": "123456"
}
},
"output": {
"dir": "output"
},
"models": {
"dir": "passModels"
}
}