Go to HACS, search for "additional ca" Click on it and then click on "Download"
Go to repairs, select the option to reboot to install the integration.
Go to integtrations, + Add Integration, search for "additional ca"
From the SSH terminal in HAOS:
cd /config
mkdir additional_ca
wget -O /config/additional_ca/digicert_g1.crt https://cacerts.digicert.com/DigiCertGlobalRootCA.crt.pem
Add the following two lines into your configuration.yaml:
additional_ca:digicert_g1_root:digicert_g1.crt
developer tools, check configuration, restart HA.
Remember this is a temporary workaround. You need to back-out these changes by removing the additional_ca: section from configuration.yaml after a permanent fix is available.
Here is a workaround that will fix this issue:
Go to HACS, search for "additional ca" Click on it and then click on "Download"
Go to repairs, select the option to reboot to install the integration.
Go to integtrations, + Add Integration, search for "additional ca"
From the SSH terminal in HAOS:
```bash
cd /config
mkdir additional_ca
wget -O /config/additional_ca/digicert_g1.crt https://cacerts.digicert.com/DigiCertGlobalRootCA.crt.pem
```
Add the following two lines into your configuration.yaml:
```python
additional_ca:
digicert_g1_root: digicert_g1.crt
```
developer tools, check configuration, restart HA.
Remember this is a temporary workaround. You need to back-out these changes by removing the additional_ca: section from configuration.yaml after a permanent fix is available.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Here is a workaround that will fix this issue:
Go to HACS, search for "additional ca" Click on it and then click on "Download"
Go to repairs, select the option to reboot to install the integration.
Go to integtrations, + Add Integration, search for "additional ca"
From the SSH terminal in HAOS:
Add the following two lines into your configuration.yaml:
developer tools, check configuration, restart HA.
Remember this is a temporary workaround. You need to back-out these changes by removing the additional_ca: section from configuration.yaml after a permanent fix is available.