Signtool usage with Nitrokey HSM

Hi,

I have this:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Cryptography\Calais\SmartCards\SmartCard-HSM]
"Crypto Provider"="OpenSC CSP"
"Smart Card Key Storage Provider"="Microsoft Smart Card Key Storage Provider"
"80000001"="C:\\Program Files\\OpenSC Project\\OpenSC\\minidriver\\opensc-minidriver.dll"
"ATR"=hex:3b,fe,18,00,00,81,31,fe,45,80,31,81,54,48,53,4d,31,73,80,21,40,81,07,\
  fa
"ATRMask"=hex:ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,\
  ff,ff,ff

ATR from certutil is:

3b de 18 ff 81 91 fe 1f  c3 80 31 81 54 48 53 4d   ;.........1.THSM
    31 73 80 21 40 81 07 1c                            1s.!@...

So seems this entry is missing, as the ATR does not match… I’ll add it.

Now I get, when using certutil:
image

Update: The 80000001 was not imported correctly… I had to add it manually in the registry.
And WHEW… now I see:
image

:smile: