Skip to main content

Accept or deny unsigned ACAP applications

info

This page contains information relating to an older version of ACAP. See here for the latest version.

info

This feature requires ACAP SDK version 3.2 (firmware version 11.2).

You can use a toggle to configure an Axis device to accept signed packages only.

The signature verification is performed during the ACAP application installation.

warning

Any unsigned application that was installed while the toggle was set to accept unsigned packages, will still be installed after the toggle is set to not accept unsigned packages.

Application API examples

Allow unsigned packages

http://<servername>/axis-cgi/applications/config.cgi?action=set&name=AllowUnsigned&value=true

Deny unsigned packages

http://<servername>/axis-cgi/applications/config.cgi?action=set&name=AllowUnsigned&value=false

Read the current configuration

http://<servername>/axis-cgi/applications/config.cgi?action=get&name=AllowUnsigned