open-eid / chrome-token-signing

DEPRECATED Chrome and Firefox extension for signing with your eID on the web
https://github.com/open-eid/chrome-token-signing/wiki
GNU Lesser General Public License v2.1
206 stars 75 forks source link

Supporting for A1 Certificate #142

Closed johnnywiller closed 4 years ago

johnnywiller commented 5 years ago

Hello, it seems that the project doesn't support local file certificate (A1 type), right?

What is the alternative to look for all available certificates Token plus Browser Installed or Local Files?

Thanks in advance guys!

metsma commented 4 years ago

Software certificates are not supported and will not be. You can modify code and disable checks and make own build https://github.com/open-eid/chrome-token-signing/blob/master/host-windows/NativeCertificateSelector.cpp#L68 https://github.com/open-eid/chrome-token-signing/blob/master/host-windows/NativeCertificateSelector.cpp#L55

Shoftware PKCS11 lib https://github.com/opendnssec/SoftHSMv2