I just ordered an SSL certificate for use with DA (admin interface).
However I just discovered DA doesn't like DES3 encrypted .key file
When I start DA it just stops telling the .key file is not correct.
I used this to create the key:
openssl genrsa -des3 -out domainname.key 1024
It now looks likes this:
Is there a way to decrypt this file? (yes I know the passphase
)
However I just discovered DA doesn't like DES3 encrypted .key file

When I start DA it just stops telling the .key file is not correct.
I used this to create the key:
openssl genrsa -des3 -out domainname.key 1024
It now looks likes this:
Code:
-----BEGIN RSA PRIVATE KEY-----
Proc-Type: 4,ENCRYPTED
DEK-Info: DES-EDE3-CBC,84F8176D35A15AEE
FoE09JkTso38yqqkGfZvsRkltlBnJ484s0Rck2+G7xUZXN5hEvUMDvciMiRcOQm4
LIGxa5i.................etc
Is there a way to decrypt this file? (yes I know the passphase
