Open leonardpitzu opened 4 days ago
Hello @leonardpitzu
Thanks for using hass-additional-ca,
To find the python path mentioned you may look in the "homeassistant" docker container instead of HAOS land.
Have a look at https://github.com/Athozs/hass-additional-ca?tab=readme-ov-file#722-haos---home-assistant-operating-system
Hope this helps.
Added some details on how to show Certifi CA bundle content here : https://github.com/Athozs/hass-additional-ca#52-haos---home-assistant-operating-system
OK, so after rebooting the system and not HA containers (I am running HAOS) the (my) root CA appears. Still get the "unverified" warnings when polling my QNAP NAS though...
How did you get your root CA certificate ? You mentioned a self-signed certificate installed in your NAS, but there is no need of a root CA with a self-signed certificate, you could use the self-signed certificate in place of your root CA in HA. Another option: You could issue a certificate and key from your root CA and install it on your NAS to replace the self-signed one.
I skipped the details… I have a self generated CA which i used to sign a bunch of certificates (unifi controller, web servers, QNAP etc.). In order to have these seen as valid i always install the root CA on my devices. This is what i did also in this case - i installed the CA on HAOS and assumed that the QNAP NAS would be “secure” as well. Apparently not.
Describe the issue
the CA is not added to the specified path; the CA is not recognised
Describe your setup (please complete the following information):
YAML configuration extract
Logs
Additional context
the QNAP NAS has a self signed certificate which triggers HA to warning out every few minutes Loading the rootCA in HA is not working as the specified path does not exist
/usr/local/lib/ -> no python folder in there