-
Notifications
You must be signed in to change notification settings - Fork 139
Displaying Certificate Info
Endi S. Dewata edited this page Jul 2, 2021
·
4 revisions
To display the content of a certificate in internal token:
$ certutil -L -d <NSS database> -n <nickname>
To display the content of a certificate in HSM:
$ certutil -L -d <NSS database> -h <token> -f <HSM password file> -n <token>:<nickname>
To display the content of a certificate in a PEM file:
$ openssl x509 -text -noout -in <filename>
Tip
|
To find a page in the Wiki, enter the keywords in search field, press Enter, then click Wikis. |