Dell POWEREDGE M1000E User Manual

Page 868

Advertising
background image

836

Fabric OS Command Reference

53-1001764-02

secCertUtil

2

To generate FCAP PKI objects:

switch:admin>

seccertutil generate -fcapall -keysize 1024

Generating a new key pair will automatically do the following:

1. Delete all existing CSRs.

2. Delete existing switch certificate.

3. Reset the certificate filename to none.

Continue (yes, y, no, n): [no] y

Installing Private Key and Csr...

Switch key pair and CSR generated...

To display the FCAP PKI objects:

switch:admin>

seccertutil show -fcapall

List of fcap files:

Passphrase : Exist

Private Key : Exist

CSR : Exist

Certificate : Empty

Root Certificate: Exist

To list all LDAP certificates on a switch:

switch:admin>

seccertutil show -ldapcacert

List of ldap ca certificate files:

Sample.cer

To display the content of the CSR one page at a time:

switch:admin>

seccertutil showcsr | more

To display the content of a certificate:

switch:admin>

seccertutil show certificate_name

See Also

secAuthCertificate

Advertising