Brocade Fabric OS Command Reference Manual v6.2.0 (53-1001186-01, April 2009)

Fabric OS Command Reference 685
53-1001186-01
secCertUtil
2
To delete an LDAP CA certificate in interactive mode:
switch:admin> seccertutil delete -ldapcacert filename.pem
WARNING!!!
About to delete certificate: filename.cer
ARE YOU SURE (yes, y, no, n): [no]
y
Deleted LDAP certificate successfully
To delete an LDAP CA certificate in non-interactive mode:
switch:admin> seccertutil delete -ldapcacert filename.pem
Deleted LDAP certificate successfully
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 none