Files
passkit-generator/config.json
Alexander Cerutti 662ae69e60 Removed nodejs crypto inclusion for node-forge
Added loadConfiguration function
Moved completely from Openssl for signature generation and crypto for sha1 generation to node-forge
Moved configuration to another file
Added init function
2018-06-07 01:05:22 +02:00

19 lines
290 B
JSON

{
"certificates": {
"dir": "certificates",
"files": {
"wwdr": "WWDR.pem",
"signerCert": "passcertificate.pem",
"signerKey": "passkey.pem"
},
"credentials": {
"privateKeySecret": "123456"
}
},
"output": {
"dir": "output"
},
"models": {
"dir": "passModels"
}
}