execute certificate ca
Use this command to import or export a certficate file. This command will create ca configuration automatically. Please see details in config system certificate ca.
Syntax
execute certificate ca import tftp <filename> <ip>
execute certificate ca export tftp <cert> <filename> <ip>
<cert> |
Local (FortiADC) certificate name. |
<filename> |
Name of the certificate file. |
<ip> |
IP address of the TFTP server. |
Example
FortiADC-VM # execute certificate ca import tftp ca.crt 192.168.1.23
Done.
FortiADC-VM # execute certificate ca export tftp ca ca-export.crt 192.168.1.23
#
Done.