Re: How to get details of certificate?

2016-05-23 Thread Martin Thomson
On Sun, May 22, 2016 at 5:16 PM, RJT  wrote:
>  `certutil -L -d sql:${HOME}/.pki/nssdb`

That lists the names, then you can dump the details:
 `certutil -L -d sql:${HOME}/.pki/nssdb -n `
-- 
dev-tech-crypto mailing list
dev-tech-crypto@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-tech-crypto


How to get details of certificate?

2016-05-23 Thread RJT
i can get certutil to list the certificates via 

 `certutil -L -d sql:${HOME}/.pki/nssdb` 

but i need the creation and expiration date time stamps and many other details 
of the certificate.  Renewed certificates often have the same name, so how does 
one get detailed certificate information?  


 nss-tools-3.21.0-9.el7_2.x86_64 and nss-tools-3.21.0-0.3.el6_7.x86_64

(p.s. A reply and a new post did not show up here on google groups after about 
45 minutes, so i am posting again.  Did not see anything about posting 
moderation.)
-- 
dev-tech-crypto mailing list
dev-tech-crypto@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-tech-crypto