Reference Guide

964 Brocade Fabric OS Command Reference
53-1004112-02
secCryptoCfg
To set the default CC configuration template:
switch:admin> seccryptocfg --apply default_cc
Validating....
Applying...
Template configurations applied successfully
To import a template file:
switch:admin> seccryptocfg --import cc_import -server 10.70.12.10 \
-name brocade -proto scp -file /users/home40/brocade/default_cc
brocade@10.70.12.10's password:
Import successful
To export a template file:
switch:admin> seccryptocfg --export default_cc -server 10.70.12.10 \
-name brocade -proto scp -file /users/home40/brocade
brocade@10.70.12.10's password:
Export successful
To display the list of templates available:
switch:admin> seccryptocfg --lstemplates
List of templates:
default_generic
default_fips
cc_import
default_strong
default_cc
To verify a template file:
switch:admin> seccryptocfg --verify default_strong
Validating ....
Verifying ....
Failed for ....
SSH:Kex,Mac,Enc
Failed: System configuration is not compliant with input template
switch:admin> seccryptocfg --verify default_cc
Validating ....
Verifying ....
Passed: System configuration is compliant with the input template
To delete a template file:
switch:admin> seccryptocfg --delete cc_import