mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-28 08:03:36 +00:00
This is to make Pagekite use certficates shipped by Debian. Otherwise by default, it uses internally shipped certificates that may be outdated. See: https://pagekite.wordpress.com/2020/05/30/tls-certificate-validation-issues/ Tests performed: - Without the patch, configure pagekite with a proper account. Notice that pagekite fails to connect to the server due to SSL failures. - Stop FreedomBox, apply the patch, run ./setup.py and run FreedomBox. File /etc/pagekite.d/90_freedombox_certs.rc is present. Pagekite is restarted by restarts. It start connecting to the server successfully. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> [jvalleroy: Fix typo in comment] Signed-off-by: James Valleroy <jvalleroy@mailbox.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>