Seccertutil – Dell POWEREDGE M1000E User Manual

Page 861

Advertising
background image

Fabric OS Command Reference

829

53-1001764-02

secCertUtil

2

secCertUtil

Manages certificates on a switch.

Synopsis

seccertutil

seccertutil genkey [-nowarn] [-keysize 1024 | 2048]

seccertutil delkey [-nowarn][-all]

seccertutil gencsr [-country country code] [-state state] [-locality locality] [ -org organization]
[-orgunit organization unit] [-cn common name]

seccertutil delcsr [-nowarn]

seccertutil showcsr

seccertutil generate [-fcapall] [-keysize 1024 | 2048]

seccertutil delete [-ldapcacert file name ]| [-fcapcacert] | [-fcapswcert] | [-fcapall] [-nowarn]

seccertutil export [-ldapcacert [-certname certificate name]] | [-fcapswcert] | [-fcapswcsr] |
[-fcapcacert][-protocol ftp | scp] [-ipaddr IP address] [-remotedir remote directory ] [-login login
name
] [-password password]

seccertutil import [-ldapcacert] | [-fcapswcert] | [-fcapcacert] | [-config cacert] | [-config swcert
[-nowarn] [-enable https]] [-protocol ftp | scp] [-ipaddr IP address] [-remotedir remote directory ]
[-certname certificate name] [-login login name] [-password password]

seccertutil show [-ldapcacert] | [-fcapall]

Description

Use this command to manage third-party certificates on a switch, including Public Key
Infrastructure (PKI) based certificates, Lightweight Directory Access Protocol (LDAP) certificates,
and FCAP certificates. This command also imports or exports Certificate Signing Requests (CSRs)
from or to a remote host. This command supports IPV4 and IPV6 addresses.

Use this command to do the following:

Generate a public/private key pair.

Delete a public/private key pair.

Generate a CSR.

Delete a CSR.

List existing certificates on a switch.

Display the contents of a certificate or CSR.

Delete a specified certificate.

Import or export a certificate.

Configure a SSL certificate file name.

Enable secure protocols.

This command takes an action and associated arguments. If only an action is specified, this
command prompts interactively for input values of the associated arguments. The command runs
noninteractively when the arguments associated with a given action are specified on the command
line. When invoked without operands, this command displays the usage.

Advertising