I was wondering if there is a way to access the pkcs12 command of openssl programatically.
I intend to access the export functionality of the pkcs12 command using a (any) programming language. My current installation is on Python.
I am aware of the fact that there is a command line interface to pkcs12 but that requires starting a new sub - process which is not feasible for the problem that I have.
Please let me know.
Any help on this will be greatly appreciated.
Thanks!