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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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]