Skip to main content

alphaWorks  >  Forums  >  Keyman  >  developerWorks

altering the label of a certificate    Point your RSS reader here for a feed of the latest messages in this thread


     

 
 

My developerWorks
 Welcome, Guest
Sign in or register
Permlink Replies: 1 - Pages: 1 - Last Post: Jul 20, 2006 9:28 PM Last Post By: Jason Cole Threads: [ Previous | Next ]
Tom Schneider
altering the label of a certificate
Posted: Aug 16, 2004 01:59:36 PM
Click to report abuse...   Click to reply to this thread Reply
I am trying to update the label of a certificate I have in a .cer file on windows, per the instructions at http://l3.hursley.ibm.com/cgi-bin/ViewPRB.pl?standard/1032.prb&CO272005#keyman

These instructions talk about changing the label for a file in pkcs12 format, but don't say whether or not it is possible to change the label of a certificate that has been exported without its private key as a .cer type file. Since Keyman does not have any apparent help facility, I am trying to get a quick answer to this question: Can keyman be used to change the label of a certificate that has been exported into a .cer file, i.e., without its private key?

Thanks,

Tom
Jason Cole

Posts: 9
Registered: Nov 24, 2004 02:35:40 AM
Re: altering the label of a certificate
Posted: Jul 20, 2006 09:28:33 PM   in response to: Tom Schneider in response to: Tom Schneider 's post
Click to report abuse...   Click to reply to this thread Reply
I am by no means an expert, but I would venture to say that what you are asking isn't possible. A certificate is basically immutable. It's a blob of data signed by a CA and if you change anything about it then the signature will no longer validate and the certificate will be destroyed. The tool lets you change the "Friendly Name" of a certificate in a PKCS12/PFX file becuase it's an external attribute to the certificate that describes it. A .cer file is usually a DER (binary) encoded certificate and nothing else.

Point your RSS reader here for a feed of the latest messages in all forums