amaurel / rsa_pkcs

RSA,PKCS#1,PKCS#8
Apache License 2.0
7 stars 23 forks source link

PKCS12 #6

Open DanielSoCra opened 4 years ago

DanielSoCra commented 4 years ago

Do you have any plans on supporting PKCS12 / PFX aswell?

DanielSoCra commented 4 years ago

I would be happy to help and contribute to this implementation

amaurel commented 4 years ago

I would be happy too. Feel free to make pull requests.

insinfo commented 1 year ago

I also need to generate a PFX/PKCS#12 file from a PEM certificate file and a key, did you find a solution?