Author |
Message
|
csaunders |
Posted: Mon Jun 20, 2005 8:51 am Post subject: error with gsk6cmd command |
|
|
Acolyte
Joined: 27 Mar 2003 Posts: 64 Location: Arlington, Va
|
I created the certficarte using the gsk6cmd, then I submitted this to the entrust web tool, our security team uses so they could send me back the signend certificate. They sent it back to me in pkcs#7 format. When I tried to add the signend certificate i got this error
gsk6cmd -cert -add -db key.kdb -label ibmwebspheremqqmaidms -file cert.p7b -pw password
An error occurred while processing X509 certificates.
I tried exporting and got this
gsk6cmd -cert -export -db key.kdb -pw password -label ibmwebspheremqqmaidms -target cert.p7b -target_pw password -target_type pkcs12 -encryption strong
The password is invalid or the PKCS12 has been corrupted
or been created with an unsupported version of PKCS12. |
|
Back to top |
|
 |
Anirud |
Posted: Mon Jun 20, 2005 12:54 pm Post subject: Re: error with gsk6cmd command |
|
|
 Master
Joined: 12 Feb 2004 Posts: 285 Location: Vermont
|
csaunders wrote: |
I created the certficarte using the gsk6cmd, then I submitted this to the entrust web tool, our security team uses so they could send me back the signend certificate. |
Did you mean to say you created a certificate request and submitted it to the entrust web tool?
If so, you will have to use the following command
Code: |
gsk6cmd -cert -receive -file filename -db filename -pw password -format ascii | binary -default_cert yes | no |
I hope we are talking about the same thing. Let me know if I am on a different page than you are (atleast, this is what I understood from your post)?
Hope this helps. |
|
Back to top |
|
 |
Anirud |
Posted: Thu Sep 08, 2005 7:26 am Post subject: Re: error with gsk6cmd command |
|
|
 Master
Joined: 12 Feb 2004 Posts: 285 Location: Vermont
|
csaunders,
csaunders wrote: |
gsk6cmd -cert -add -db key.kdb -label ibmwebspheremqqmaidms -file cert.p7b -pw password
An error occurred while processing X509 certificates. |
Did you get this solved?
I ran into this error while I was trying to add a singer certificate (CA root certificate). |
|
Back to top |
|
 |
Anirud |
Posted: Thu Sep 08, 2005 9:05 am Post subject: |
|
|
 Master
Joined: 12 Feb 2004 Posts: 285 Location: Vermont
|
Never mind. Got it fixed. |
|
Back to top |
|
 |
csmith28 |
Posted: Thu Sep 08, 2005 10:10 am Post subject: |
|
|
 Grand Master
Joined: 15 Jul 2003 Posts: 1196 Location: Arizona
|
If there is a blank line at the bottom of your cert it will have to be deleted. _________________ Yes, I am an agent of Satan but my duties are largely ceremonial. |
|
Back to top |
|
 |
Anirud |
Posted: Thu Sep 08, 2005 10:42 am Post subject: |
|
|
 Master
Joined: 12 Feb 2004 Posts: 285 Location: Vermont
|
I figured that
Thanks anyway. |
|
Back to top |
|
 |
|