From d26681c120cca13757a5d2fc3980a7ba1034082c Mon Sep 17 00:00:00 2001 From: Owen Date: Wed, 29 Apr 2026 14:28:57 -0700 Subject: [PATCH] Remove explicit resolver --- self-host/advanced/private-config-file.mdx | 9 --------- 1 file changed, 9 deletions(-) diff --git a/self-host/advanced/private-config-file.mdx b/self-host/advanced/private-config-file.mdx index 72115bb..6fc085c 100644 --- a/self-host/advanced/private-config-file.mdx +++ b/self-host/advanced/private-config-file.mdx @@ -246,15 +246,6 @@ This section contains the complete reference for all configuration options in `p ``` - - Name of the ACME resolver entry within the `acme.json` file to read certificates from. This must match the resolver name configured in your Traefik (or other ACME client) setup. - - ```yaml - acme: - resolver: "letsencrypt" - ``` - - Interval in milliseconds at which Pangolin polls the `acme.json` file for certificate changes.