You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/web-server/nginx/README.md
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -23,10 +23,12 @@
23
23
24
24
Install LetsEncrypt Certbot: Refer to the [CertBot documentation](https://certbot.eff.org/instructions?ws=other&os=pip&tab=wildcard)
25
25
26
-
## Create dns provider credentials
26
+
## Create DNS provider credentials
27
+
28
+
- Create an API token for the DNS provider you're using: e.g [CloudFlare](https://dash.cloudflare.com/profile/api-tokens) with the following permissions:
27
29
28
-
- Create an API token for the dns provider you're using : e.g cloudflare [here](https://dash.cloudflare.com/profile/api-tokens) with the following permissions :
29
30
- Zone - DNS - Edit
31
+
30
32
- Create a file in `.secrets/certbot/cloudflare.ini` with the following content :
0 commit comments