Description: Use Debian certificates instead of internal certificates
 This is to make Pagekite use certificates shipped by Debian. Otherwise by
 default, it uses internallly shipped certificates that may be outdated. See:
 https://pagekite.wordpress.com/2020/05/30/tls-certificate-validation-issues/
Author: Sunil Mohan Adapa <sunil@medhas.org>

--- /dev/null
+++ b/etc/pagekite.d/90_debian_certs.rc
@@ -0,0 +1,9 @@
+#
+# This is to make Pagekite use certificates shipped by Debian. Otherwise by
+# default, it uses internallly shipped certificates that may be outdated. See:
+# https://pagekite.wordpress.com/2020/05/30/tls-certificate-validation-issues/
+#
+# If you wish to override this setting, create another file starting with a
+# number higher than 90.
+#
+ca_certs = /etc/ssl/certs/ca-certificates.crt
