To export certificates and keys, specify query parameters
certificate-name
,
format
, and
passphrase
:
https://firewall/api/?type=export&category=certificate&certificate-name=certificate_name&passphrase=passphrase&format=pkcs12 | pem&include-key=yes | no&vsys=vsys |
omit this parameter to import it into a shared location
certificate-name
—name of the certificate object on the firewall
passphrase
—required when including the certificate key
format
—cerficate format,
pkcs12
or
pem
include-key
—yes or no parameter to include or exclude the key
vsys
—virtual system where the certificate object is used. Ignore this parameter if the certificate is a shared object.
|