Home Assistant: Difference between revisions

imported>NewAM
Update the instructions to trust a private certificate authority.
imported>NewAM
m Fix a minor typo.
Line 371: Line 371:
Home Assistant does not natively support adding a private CA to the certificate store (see [https://community.home-assistant.io/t/add-private-cas-to-certificate-store/267452 this thread] for more details).
Home Assistant does not natively support adding a private CA to the certificate store (see [https://community.home-assistant.io/t/add-private-cas-to-certificate-store/267452 this thread] for more details).


Home Assistant trusts certificates provided by the certifi python package, which nix overwrites with the cacert package.  Using a overrides you can append your root CA certificate to the certificates provided by certifi.
Home Assistant trusts certificates provided by the certifi python package, which nix overwrites with the cacert package.  Using overrides you can append your root CA certificate to the certificates provided by certifi.


<syntaxHighlight lang=nix>
<syntaxHighlight lang=nix>