A simple python script to sync your Traefik TLS certificates to AdGuardHome for DNS-over-TLS.
Meant to be used in a Kubernetes cluster with Traefik and AdGuardHome deployments, as a CronJob to periodically update TLS certs in AdGuardHome.
- Modify cronjob.yml, to change the
PersistentVolumeClaim
namestraefik
,adguard
to the ones you use. - Deploy!