home-assistant.io/source/more-info/unsupported/content_trust.markdown

719 B

title description
Ignored content trust More information on why disabling content-trust marks the installation as unsupported.

The issue

You have disabled the content-trust check. That means Home Assistant can't verify anymore if the content is trusted and was not modified by attackers. We strongly recommend to have this check enabled.

For content-trust, we use the open source solution CodeNotary.

The solution

To resolve this status, you need to re-enable the content-trust protection mechanism by using the CLI:

ha supervisor options --content-trust

When you have enabled the content-trust, restart the Supervisor.

ha supervisor restart