I want to decrypt the P12 Key. But it doesn’t work. I need it to import the Certificate Information to my OpenVPN Connect Client On my Windows Computer and my Ubuntu System there come this Error Message.
Just to check - You mentioned earlier wanting to import the certificate into OpenVPN Connect on a Windows machine but the wiki page you reference is to create a unified .ovpn file for using with an Apple iOS device.
If that is what you are trying to do at which step did you get an error?
I would also recommend following the steps on your IPFire machine rather than on another machine running Ubuntu, at least to start with, as IPFire is guaranteed to have all the required packages installed and with the required version numbers.
I just did a test of the openssl pkcs12 -nocerts -in .... command on my IPFire system and the .p12 file was successfully opened.
Hi all,
i think the “error:0308010C:d” error message have something to do with OpenSSL-3.x which won´t handle old/broken algorithms like RC2 and DES .
in here → OVPN Cert creation algo there are some ideas how to solve this problem.