Updated SCS3 doc.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos 2022-06-13 11:57:33 +02:00
parent 20727e1508
commit ddc0bd7202
No known key found for this signature in database
GPG key ID: C0095B7870A4CCD3

View file

@ -20,6 +20,12 @@ SmartCardHSM.rootCerts = {
}
```
Similarly, replace the line `1531` in file `scs3/keymanager/keymanager.js` with:
```
assert(devcert.verifyWith(this.crypto, dicacert.getPublicKey(SmartCardHSM.rootCerts.ESCVCAHSM00001.getPublicKey()), dicacert.getPublicKeyOID()));
```
After this ammendment, the KeyManager can be invoked (CTRL+M) and it will output something similar to:
```
>load("keymanager/keymanager.js");