| Index | Top - Up | Data ONTAP 8.2 |
Create and Install a Self-Signed Digital Certificate
Availability: This command is available to cluster and Vserver administrators at the admin privilege level.
-vserver <vserver name> - Name of Vserver
-common-name <FQDN or Custom Common Name> - FQDN or Custom Common Name
-type <type of certificate> - Type of Certificate
-size <size of requested certificate in bits> - Size of Requested Certificate in Bits
-country <text> - Country Name
-state <text> - State or Province Name
-locality <text> - Locality Name
-organization <text> - Organization Name
-unit <text> - Organization Unit
-email-addr <mail address> - Contact Administrator's Email Address
-expire-days <integer> - Number of Days until Expiration
-hash-function <hashing function> - Hashing Function
This example creates a server type, self-signed digital certificate for a Vserver named vs0 at a company whose custom common name is www.example.com and whose Vserver name is vs0.
cluster1::> security certificate create -vserver vs0 -common-name www.example.com -type server
This example creates a root-ca type, self-signed digital certificate with a 2048-bit private key generated by the SHA256 hashing function that will expire in 365 days for a Vserver named vs0 for use by the Software group in IT at a company whose custom common name is www.example.com, located in Sunnyvale, California, USA. The email address of the contact administrator who manages the Vserver is web@example.com.
cluster1::> security certificate create -vserver vs0 -common-name www.example.com -type root-ca -size 2048 -country US -state California -locality Sunnyvale -organization IT -unit Software -email-addr web@example.com -expire-days 365 -hash-function SHA256
| Index | Top - Up | Data ONTAP 8.2 |