This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Cannot redownload CERT+KEY for ASC

Hi,

i've got a working roadwarrior installation with my laptop and ASC. 
For backup purposes, I wanted to download the CERT+KEY as PKCS#12-file again, but I get the error "Error while packing container, passphrase wrong?"

When I created the key, I made a screenshot and so I'm sure to have the right passphrase.
When I try to download the key-file as DER-file, where I need the passphrase too, there are no problems. The zip-file is generated without error.

Can there be a difference in passphrases for PKCS#12 and DER?


This thread was automatically locked due to age.
Parents
  • I don't think there is a difference in passphrases for p12 and der. Recently I have been experimenting weird things like you are describing. 

    If your CA is a signing CA you can try going to ASL and generating "manually" the .p12 file:

    openssl pkcs12 –export –in /location/your_cert.pem –inkey /location/your_key.pem –certfile /location/your_signing_ca.pem –out name.p12

    langoleer
Reply
  • I don't think there is a difference in passphrases for p12 and der. Recently I have been experimenting weird things like you are describing. 

    If your CA is a signing CA you can try going to ASL and generating "manually" the .p12 file:

    openssl pkcs12 –export –in /location/your_cert.pem –inkey /location/your_key.pem –certfile /location/your_signing_ca.pem –out name.p12

    langoleer
Children
No Data