1
0
mirror of https://github.com/go-acme/lego.git synced 2025-10-31 16:37:41 +02:00

docs: fix gdomainsgoogledomains (#1911)

This commit is contained in:
alexzorin
2023-05-03 11:13:09 +10:00
committed by GitHub
parent c4c401630a
commit 0c1303c1bd
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ Here is an example bash command using the Google Domains provider:
```bash
GOOGLE_DOMAINS_ACCESS_TOKEN=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx \
lego --email you@example.com --dns gdomains --domains my.example.org run
lego --email you@example.com --dns googledomains --domains my.example.org run
```

View File

@@ -6,7 +6,7 @@ Since = "v4.11.0"
Example = '''
GOOGLE_DOMAINS_ACCESS_TOKEN=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx \
lego --email you@example.com --dns gdomains --domains my.example.org run
lego --email you@example.com --dns googledomains --domains my.example.org run
'''
[Configuration]