On Sun, May 22, 2016 at 5:16 PM, RJT <[email protected]> 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 <certificate_name>`
--
dev-tech-crypto mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-crypto

