jamesog / tailscale-edgeos

Running Tailscale on Ubiquiti EdgeOS
MIT License
313 stars 27 forks source link

Fix LetsEncrypt root certs in firstboot.d #32

Closed haozhun closed 8 months ago

haozhun commented 8 months ago

Fixes #29

The steps are from https://community.ui.com/questions/Fix-Solution-Lets-Encrypt-DST-Root-CA-X3-Expiration-Problems-with-IDS-IPS-Signature-Updates-HTTPS-E/0404a626-1a77-4d6c-9b4c-17ea3dea641d

Unfortunately, Ubiquiti never provided this update to EdgeRouter firmware.

Test Plan

I re-installed Tailscale on my ER-4 using this updated script. I have also verified that the added lines are idempotent.

jamesog commented 8 months ago

Thank you!