|
-
November 13th, 2007, 03:05 PM
#1
Junior Member
Query regarding DER format certificate & key
Hi,
I converted PEMformat certificate & key to DER format using these commands :-
CA certificate :-
openssl x509 -in demoCA/cacert.pem -inform PEM -out demoCA/cacert.der -outform DER
Own certificate: -
openssl x509 -in tester_cert.pem -inform PEM -out tester_cert.der -outform DER
Private Key: -
openssl rsa -in tester_key.pem -inform PEM -out tester_key.der -outform DER
But now I start negotation using racoon, during negotation it gives error:-
2007-11-02 16:16:19: DEBUG: filename: /etc/IPSec/certs/tester_cert.der
2007-11-02 16:16:59: ERROR: failed to get my CERT.
2007-11-02 16:16:59: ERROR: failed to get own CERT.
2007-11-02 16:16:59: ERROR: failed get my ID
2007-11-02 16:16:59: ERROR: failed to process packet.
2007-11-02 16:16:59: ERROR: phase1 negotiation failed.
If I use PEM format files it works fine, racoon support DER format key & certificate or not ?
please any one help me.
Thanks,
Vaibhav
Similar Threads
-
By cheyenne1212 in forum Miscellaneous Security Discussions
Replies: 7
Last Post: February 1st, 2012, 02:51 PM
-
By nebulus200 in forum Other Tutorials Forum
Replies: 0
Last Post: August 3rd, 2004, 05:32 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|