mirror of
https://github.com/polhenarejos/pico-hsm.git
synced 2026-01-17 09:28:05 +00:00
Updated SCS3 doc.
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
parent
20727e1508
commit
ddc0bd7202
1 changed files with 6 additions and 0 deletions
|
|
@ -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:
|
After this ammendment, the KeyManager can be invoked (CTRL+M) and it will output something similar to:
|
||||||
```
|
```
|
||||||
>load("keymanager/keymanager.js");
|
>load("keymanager/keymanager.js");
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue