diff --git a/caddy_v2/readme.md b/caddy_v2/readme.md index e2169fe..7a062fb 100644 --- a/caddy_v2/readme.md +++ b/caddy_v2/readme.md @@ -492,10 +492,6 @@ so no certification renewal.
But with DNS challenge the communication is entirely between Let's Encrypt and Cloudflare servers. -To add support, Caddy needs to be compiled with -[Cloudflare DNS plugin](https://github.com/caddy-dns/cloudflare).
-This is done by using your own Dockerfile, using the `builder` image. - ### - Create API token on Cloudflare On Cloudflare create a new API Token with two permsisions, @@ -507,6 +503,10 @@ On Cloudflare create a new API Token with two permsisions, ### - Create Dockerfile +To add support, Caddy needs to be compiled with +[Cloudflare DNS plugin](https://github.com/caddy-dns/cloudflare).
+This is done by using your own Dockerfile, using the `builder` image. + Create a directory `dns-dockerfile` in the caddy directory.
Inside create a file named `Dockerfile`.