mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 21:25:26 +00:00
Changed pass _sign to accept signerkey content
This commit is contained in:
@@ -464,7 +464,7 @@ export class Pass implements PassIndexSignature {
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
signature.addSigner({
|
signature.addSigner({
|
||||||
key: this.Certificates.signerKey.keyFile,
|
key: this.Certificates.signerKey,
|
||||||
certificate: this.Certificates.signerCert,
|
certificate: this.Certificates.signerCert,
|
||||||
digestAlgorithm: forge.pki.oids.sha1,
|
digestAlgorithm: forge.pki.oids.sha1,
|
||||||
authenticatedAttributes: [{
|
authenticatedAttributes: [{
|
||||||
|
|||||||
Reference in New Issue
Block a user