Brocade Fabric OS Command Reference Manual - Supporting Fabric OS v5.3.0 (53-1000436-01, June 2007)

558 Fabric OS Command Reference Manual
53-1000436-01
secCertUtil
2
Locality Name (eg, city name):
Organization Name (eg, company name):
Organizational Unit Name (eg, department or section name):
Common Name (Fully qualified Domain Name, or IP address):
generating CSR, file name is: <ip_address>.csr
Done
To delete the CSR:
switch:admin> seccertutil delcsr
WARNING!!!
About to delete the switch CSR.
ARE YOU SURE (yes, y, no, n): [no] y
The interaction to delete a certificate is very similar to that above.
To import a certificate:
switch:admin> seccertutil import
Select protocol [ftp or scp]: ftp
Enter IP address: ip address
Enter remote directory: dir name where certificate is stored
Enter certificate name (must have ".crt" or ".pem" suffix): filename
Enter Login Name: login
Enter Password: password
Success: imported certificate [certificate file name].
The interaction to export a CSR is very similar to that above.
To import a certificate with configure and enable option:
switch:admin> seccertutil import -config swcert -enable https
Select protocol [ftp or scp]: ftp
Enter IP address: ip address
Enter remote directory: dir name where certificate is stored
Enter certificate name (must have ".crt" or ".pem" suffix): filename
Enter Login Name: login
Enter Password: password
Success: imported certificate [certificate file name].
Certificate file in configuration has been updated.
Secure http has been enabled.
To display contents of a CSR:
switch:admin> seccertutil showcsr
To display contents of a certificate:
switch:admin> seccertutil show certificate file name
See Also none