lego supports a Loopia DNS-01 provider but our acme provider factory (internal/server/acme/providers/factory.go) does not include it. wm3 parity needs it: the current Traefik tier issues *.wm3.se via a letsencrypt-dns-loopia resolver. Add loopia to the factory (env creds per lego: LOOPIA_API_USER / LOOPIA_API_PASSWORD), mirror an existing provider case, add the factory unit test case, document in README provider table. Discovered during the dynamic-domains investigation (#21).
lego supports a Loopia DNS-01 provider but our acme provider factory (internal/server/acme/providers/factory.go) does not include it. wm3 parity needs it: the current Traefik tier issues *.wm3.se via a letsencrypt-dns-loopia resolver. Add loopia to the factory (env creds per lego: LOOPIA_API_USER / LOOPIA_API_PASSWORD), mirror an existing provider case, add the factory unit test case, document in README provider table. Discovered during the dynamic-domains investigation (#21).