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
This commit is contained in:
Alexander Cerutti
2018-06-06 23:34:57 +02:00
parent 74700fedd0
commit 662ae69e60
4 changed files with 228 additions and 82 deletions

View File

@@ -2,12 +2,12 @@
"certificates": {
"dir": "certificates",
"files": {
"wwdr_pem": "WWDR.pem",
"certificate": "passcertificate.pem",
"key": "passkey.pem"
"wwdr": "WWDR.pem",
"signerCert": "passcertificate.pem",
"signerKey": "passkey.pem"
},
"credentials": {
"dev_pem_key": "123456"
"privateKeySecret": "123456"
}
},
"output": {