Re: How to Renew a Expired Self signed CA certificate

2011-11-06 Thread mallapadi niranjan
On Wed, Nov 2, 2011 at 7:53 AM, Nelson B wrote: > On 2011/10/30 23:26 PDT, mallapadi niranjan wrote: > > Hi all > > > > I would like to know how to renew a self singed CA (RootCA) certificate > > through certutil. > > [snip] > > In the case of SubCA's it seems to be fairly easy to renew the > Cer

Re: How to Renew a Expired Self signed CA certificate

2011-11-01 Thread Nelson B
On 2011/10/30 23:26 PDT, mallapadi niranjan wrote: > Hi all > > I would like to know how to renew a self singed CA (RootCA) certificate > through certutil. [snip] > In the case of SubCA's it seems to be fairly easy to renew the Certificates > by using the same Private key in the nss database by s

Re: How to Renew a Expired Self signed CA certificate

2011-11-01 Thread mallapadi niranjan
On Mon, Oct 31, 2011 at 11:56 AM, mallapadi niranjan < niranjan.as...@gmail.com> wrote: > Hi all > > I would like to know how to renew a self singed CA (RootCA) certificate > through certutil. > > I followed the below procedure to create a self signed CA cert. > > $certutil -N -d . > > $certutil -

How to Renew a Expired Self signed CA certificate

2011-10-31 Thread Niranjan M.R
Hi all I have created a self signed CA Certificate using the below procedure $certutil -S -d foo -n "testCA0" -s "CN=testCA0,o=Example,Inc.,C=IN" - t "CT,," -x -2 -m -v 1 -t "CT,," The above CA certificate expires in 1 month, I would like to know what is the procedure to renew the Certifica

How to Renew a Expired Self signed CA certificate

2011-10-30 Thread mallapadi niranjan
Hi all I would like to know how to renew a self singed CA (RootCA) certificate through certutil. I followed the below procedure to create a self signed CA cert. $certutil -N -d . $certutil -S -d . -n "testCA" -s "CN=testCA,O=Example.COM,C=US" -t "CT,," -x -2 -m -v 1 -t "CT,," $certutil