Root cert problems on AppSupport 4.4.4

I believe I figured it out:

  1. Download the ISRG X1 root cert in PEM format from Chains of Trust - Let's Encrypt

  2. Call openssl x509 -in ~/Downloads/isrgrootx1.pem -subject_hash_old | head -1 to get a 8 character hash value

  3. Rename the downloaded file mv -i ~/Downloads/isrgrootx1.pem /tmp/<hash>.0

  4. Install the renamed file on the device under /opt/alien/system/etc/security/cacerts/ (devel-su needed)

I made only one quick test because it’s getting late here. But it seemed to work.

4 Likes