| Index | Top - Up | Data ONTAP 8.2 |
Display CA-Issued Digital Certificates
Availability: This command is available to cluster and Vserver administrators at the admin privilege level.
{ [-fields <fieldname>, ...]
| [-instance ] }
[-vserver <vserver name>] - Vserver
[-serial <text>] - Serial Number of Certificate
[-ca <text>] - Certificate Authority
[-ca-serial <text>] - Serial Number of CA Certificate
[-common-name <FQDN or Custom Common Name>] - FQDN or Custom Common Name
[-status <status of certificate>] - Status of Certificate
[-expiration <Date>] - Certificate Expiration Date
[-revocation <Date>] - Certificate Revocation Date
[-country <text>] - Country Name (2 letter code)
[-state <text>] - State or Province Name (full name)
[-locality <text>] - Locality Name (e.g. city)
[-organization <text>] - Organization Name (e.g. company)
[-unit <text>] - Organization Unit (e.g. section)
[-email-addr <mail address>] - Email Address (Contact Name)
The examples below display information about CA issued digital certificates.
cluster1::> security certificate ca-issued show
Serial Number of
Vserver Serial Number Common Name CA's Certificate Status
---------- --------------- --------------------------- ---------------- -------
vs0 4F5A2C90 example.com 4F4EB629 active
Certificate Authority: vs0.cert
Expiration Date: Sat Apr 14 16:15:13 2012
Revocation Date: -
vs0 4F5A2DF2 example.com 4F4EB629 revoked
Certificate Authority: vs0.cert
Expiration Date: Sat Apr 14 16:21:06 2012
Revocation Date: Fri Mar 09 17:08:30 2012
2 entries were displayed.
cluster1::> security certificate ca-issued show -instance
Vserver: vs0
Serial Number of Certificate: 4F5A2C90
Certificate Authority: vs0.cert
Serial Number of CA Certificate: 4F4EB629
FQDN or Custom Common Name: example.com
Status of Certificate: active
Certificate Expiration Date: Sat Apr 14 16:15:13 2012
Certificate Revocation Date: -
Country Name (2 letter code): US
State or Province Name (full name): California
Locality Name (e.g. city): Sunnyvale
Organization Name (e.g. company): example
Organization Unit (e.g. section): IT
Email Address (Contact Name): web@example.com
| Index | Top - Up | Data ONTAP 8.2 |