Nope, that didn't work. Try the cert file,

This commit is contained in:
David Baker
2020-03-06 15:57:25 +00:00
parent 83746b5709
commit aad1e8388e
2 changed files with 35 additions and 1 deletions

View File

@@ -15,7 +15,7 @@ function computeSignToolArgs(options, keyContainer) {
args.push('/kc', keyContainer);
// To use the hardware token (this should probably be less hardcoded)
args.push('/csp', 'eToken Base Cryptographic Provider');
args.push('/sha1', '830BDA5F8007B1746DE932DDEC8A285B69413D6C');
args.push('/f', 'riot.im\\New_Vector_Ltd.pem');
if (options.hash !== "sha1") {
args.push("/fd", options.hash)