Skip to content

Security

Note: All of the following config options can be set in /etc/sicura/sicura-console.yaml

Enable/Disable Remediation from the Console.

To disable the 'Remediate' button system wide, set the following option to false.

main.disable_enforcement: true

Changing Cryptographic Settings

Some cryptographic settings used by Sicura Console have configuration options specified in the config file to meet some policy requirements.

To set the hashing algorithm for the web server's HMAC algorithm use the following setting:

main.rack-session.hmac: "SHA384"