You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using python-pkcs11 library for interacting with softhsm. I have successfully generated symmetric key as well as asymmetric keys, stored in softHSM and used it for Encryption and Decryption of data.
I am facing problem in generating Digital certificate (x.509) using the keys which are stored in softHSM.
I am using python-pkcs11 library for interacting with softhsm. I have successfully generated symmetric key as well as asymmetric keys, stored in softHSM and used it for Encryption and Decryption of data.
I am facing problem in generating Digital certificate (x.509) using the keys which are stored in softHSM.
I am referring docs
https://python-pkcs11.readthedocs.io/en/latest/applied.html
I have used openssl pkcs11 engine but didn't succeed.
The text was updated successfully, but these errors were encountered: