easy-rsa
easy-rsa copied to clipboard
Plans for PKCS#11 smartcard support?
I have a couple of Nitrokey HSMs, and I can see in different places that Easy-RSA does not support PKCS#11 smartcards. In other places it says "planned for a future point release". Are there any specific plans to implement support for this type of device?
In all honesty, there is no current plan to implement this. Not because I don't think it's worthwhile, more I don't have the time to do the work.
I've added a version of PKCS#11 support via https://github.com/OpenVPN/easy-rsa/pull/332 and would love any feedback! It's only tested with SoftHSM but over the next week or so I'll be testing and documenting usage on a YubiKey NEO 4.
Follow-up: #689