Re: Renewal of certificate using existing key-pair with certutil

2007-08-08 Thread Arshad Noor
Thanks Nelson. Just after I sent out the question, I came up with a workaround - exported the key/cert to a P12, imported into a JKS keystore, generated the CSR using the existing key-pair, approved the cert and imported the cert into the NSS database. Worked like a charm (of course, this wouldn'

Re: Renewal of certificate using existing key-pair with certutil

2007-08-08 Thread Nelson B
Arshad Noor wrote: > I'm trying to use certutil to renew a certificate with an existing > key-pair. However, it appears that the -R option always generates > a new key-pair; how does one generate a CSR using existing keys with > certutil? Or should I be using some other tool? TIA. Hi Arshad, T