mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 17:25:21 +00:00
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
19 lines
290 B
JSON
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"
|
|
}
|
|
} |