Re: Renaming cert on import (or using certutil)

2009-07-09 Thread Nelson B Bolyard
On 2009-07-08 22:37 PDT, Michael Kaply wrote: > I'm importing a code signing cert into my database using pk12util, but > it gets assigned a random alias: > > e33eb463-ddba-4895-9469-bfdd01c71fe2 That's a Microsoft Windows GUID. The most likely cause of this is that you exported the cert and pri

Re: Renaming cert on import (or using certutil)

2009-07-09 Thread Michael Kaply
Appreciate the detailed explanation. Unfortunately I'm getting a segmentation fault on the export of the test.pem to my new pfx file... Very strange... Mike On 7/9/09 6:38 AM, David Stutzman wrote: Michael Kaply wrote: I'm importing a code signing cert into my database using pk12util, but

Re: Renaming cert on import (or using certutil)

2009-07-09 Thread David Stutzman
Michael Kaply wrote: I'm importing a code signing cert into my database using pk12util, but it gets assigned a random alias: e33eb463-ddba-4895-9469-bfdd01c71fe2 Is there a way via the command line utilities to rename that to a more human name? I'm sure I did this in the past, but I can't f

Renaming cert on import (or using certutil)

2009-07-08 Thread Michael Kaply
I'm importing a code signing cert into my database using pk12util, but it gets assigned a random alias: e33eb463-ddba-4895-9469-bfdd01c71fe2 Is there a way via the command line utilities to rename that to a more human name? I'm sure I did this in the past, but I can't find anything in the do