Re: Serial Number on Certificates

2011-12-09 Thread mallapadi niranjan
On Mon, Nov 28, 2011 at 8:11 AM, mallapadi niranjan < niranjan.as...@gmail.com> wrote: > Hi all > > I would like to know how are serial numbers generated when creating certs > using certutil commands(without -m option). > And how do we track what serial numbers were given t

Serial Number on Certificates

2011-11-27 Thread mallapadi niranjan
Hi all I would like to know how are serial numbers generated when creating certs using certutil commands(without -m option). And how do we track what serial numbers were given to signed certificates ? Any documentation on the above subject would be helpful. Regards Niranjan -- dev-tech-crypto

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&#x

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. > > $

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