From 86a82a5e4eaf1db45e72182e8dc14ca85e9988cc Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 6 Mar 2022 08:09:06 -0800 Subject: traefik: initial configuration I want to run traefik on the NAS, so I can reach grafana and other future services running on that host. To manage TLS, we use let's encrypt with a DNS challenge. For this to work we need a service account configuration, that is encrypted with age. --- secrets/traefik/gcp_service_account.json.age | Bin 0 -> 2827 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 secrets/traefik/gcp_service_account.json.age (limited to 'secrets/traefik') diff --git a/secrets/traefik/gcp_service_account.json.age b/secrets/traefik/gcp_service_account.json.age new file mode 100644 index 0000000..0f99905 Binary files /dev/null and b/secrets/traefik/gcp_service_account.json.age differ -- cgit 1.4.1