: Import API Keys using Secure Copy (SCP)
Focus
Focus

Import API Keys using Secure Copy (SCP)

Table of Contents

Import API Keys using Secure Copy (SCP)

Use this command to import API keys using secure copy (SCP)
  1. Import API keys from an SCP-enabled server using the following command:
    admin@WF-500>
    scp import wildfire-api-keys from bart@10.10.10.5:c:/scp/my-api-keys
  2. After importing API keys, you must load the keys:
    admin@WF-500#
    load wildfire api-key mode [merge | replace] from my-api-keys
    If you leave out the
    mode
    option, the default behavior will merge the new keys. To replace all API keys on the appliance, use the
    replace
    option. For example, to replace all API keys, enter the command:
    admin@WF-500#
    load wildfire api-key mode replace from my-api-keys
  3. Confirm that the keys were loaded:
    admin@WF-500>
    show wildfire global api-keys all

Recommended For You