New Web Gateway Application via CLI (non GUI)

This article describes the steps for adding additional application id to the Fusion Web Gateway via the CLI.

On your install box, navigate to the fusion directory (where FAS, FCSDK and LA reside). Cange directory into the /cli directory and start the cli by running the shell scriptΒ 

./cli.sh

At the login prompt enter the admin credentials for your gateway (defaults admin / admin).Β 

Display your Gateway options via the following command

verbose-display gateway-configuration

You should see current app id's listed e.g.

application-key: key-id : newapp1234567890

You can edit the config to add a new app

update gateway-configuration

Which puts you in edit mode, then

add application-key

To add a new application

Give it an id (16 random unique chars)

set key-id abcdefgh12345678

Save the changes

save

You can then disconnect from the CLI and you're good to go.