🚧️👷 Under construction 👷🚧️ |
---|
Intermediary between internal ACME clients using the HTTP request DNS Provider of Lego, and the Cloudflare API.
Run this as a server on your internal network. It listens for HTTP requests from Lego on your other internal servers, and forwards them to the Cloudflare API.
This server will be the only one that needs to have access to your Cloudflare API key.
docker run --rm -it \
--env CF_API_EMAIL="..." \
--env CF_API_KEY="..." \
-p 443:443 \
hugojosefson/acme-delegate-cloudflare
services:
acme-delegate-cloudflare:
image: hugojosefson/acme-delegate-cloudflare
environment:
CF_API_EMAIL: "..."
CF_API_KEY: "..."
ports:
- "443:443"