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