From 4216121990cc4eb8b03789d9dcaeae762e247768 Mon Sep 17 00:00:00 2001 From: DoTheEvolution Date: Fri, 15 May 2020 01:26:58 +0200 Subject: [PATCH] update --- caddy_v2/readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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`.