2
I have a Certificate in my account and need to export it to authenticate on a site - following these procedures: link. Only that on import in windows, it does not export along with the private key. How should I proceed? I have already performed the following procedure:
openssl pkcs12 -export -nokeys -in certificate.cer -out pkcs12.pfx
and it returns an error message:
96864:error:0D0C6070:asn1 encoding routines:Asn1_item_pack:ncode error:asn_pack. c:170: Unable to write 'Random state'
What is the error message ?
– Roknauta
96864:error:0D0C6070:asn1 encoding routines:Asn1_item_pack:Find error:asn_pack. c:170: Unable to write 'Random state'
– JulioCes
Edit your question and put the bug there please.
– Roknauta