Skip to content

Commit 324d381

Browse files
authored
Update cloudflare.md
1 parent 462b224 commit 324d381

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

docs/cloudflare.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ If using Cloudflare services, an API Token to allow your server to validate your
44

55
> We recommend using Cloudflare for a couple of reasons...
66
7-
## API Token - ACME - DNS-01
7+
Follow the steps below to use DNS-01:
8+
9+
## 1. Generate an API Token for ACME DNS-01
810

911
In Cloudflare go to your profile and find API Token option:
1012
![image](https://github.com/user-attachments/assets/bbc3d316-7f71-4022-abf5-dfe0e704dadf)
@@ -14,6 +16,13 @@ You can manually create one or use the _'Edit zone DNS'_ template. Remember to a
1416

1517
Save your token and place it in .env at CLOUDFLARE_DNS_TOKEN.
1618

19+
## 2. Activate in your nginx proxy
20+
21+
Uncomment the following lines:
22+
https://github.com/evertramos/nginx-proxy-automation/blob/462b224ce4fd9dce4b2b796e2b4524d4ee36b084/docker-compose.yml#L63-L66
23+
24+
And restart your service running `docker compose up &` at your root folder.
25+
1726
## Disclaimer
1827

1928
As of [acme-compnation](https://github.com/nginx-proxy/acme-companion) if we can not comply to use HTTP-01, using DNS-01 could be used, as also per [acme.sh](https://github.com/acmesh-official/acme.sh/wiki/dnsapi) as well.

0 commit comments

Comments
 (0)