From 59bacaf5b401a4e358bf825692a10b928bbf764a Mon Sep 17 00:00:00 2001 From: Pol Henarejos <55573252+polhenarejos@users.noreply.github.com> Date: Wed, 24 Aug 2022 14:11:14 +0200 Subject: [PATCH] Update scs3.md Updated patch. --- doc/scs3.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/scs3.md b/doc/scs3.md index 4d45d1f..5f44470 100644 --- a/doc/scs3.md +++ b/doc/scs3.md @@ -32,7 +32,8 @@ Similarly, replace the line `1531` in file `scs3/keymanager/keymanager.js` with: assert(devcert.verifyWith(this.crypto, dicacert.getPublicKey(SmartCardHSM.rootCerts.ESPICOHSMCA00001.getPublicKey()), dicacert.getPublicKeyOID())); ``` -Alternatively, this patch [scs3.patch.txt](https://github.com/polhenarejos/pico-hsm/files/8890050/scs3.patch.txt) can be applied. + +Alternatively, this patch [scs3.patch.txt](https://github.com/polhenarejos/pico-hsm/files/9415877/scs3.patch.txt) can be applied. After this ammendment, the program can be started and the KeyManager can be invoked (CTRL+M) and it will output something similar to: ```