I am trying to convert a .cer certificate to .p12 using opensll.
this is the command i use
C:\OpenSSL-Win32\bin>openssl x509 -inform der -in developer_identity.cer -out de
veloper_identity.pem
I get an error and I don’t know what that means. How can I figure out how to fix this.
2104:error:02001005:system library:fopen:Input/output error:.\crypto\bio\bss_fil
e.c:163:fopen('C:\OpenSSL-Win32\bin','rb')
2104:error:2006D002:BIO routines:BIO_new_file:system lib:.\crypto\bio\bss_file.c
:168:
2104:error:0E078002:configuration file routines:DEF_LOAD:system lib:.\crypto\con
f\conf_def.c:199:
EDIT 1
I'm not quite sure if I use it correctly, so I will describe what I tried.
1) Download openssl.exe and install it.
2) I copied the cert file that I want to work with to the bin folder in the installation location.
3) The command entered at the top of this message
source
share