forked from TrueCloudLab/lego
docs: fix gdomains
→googledomains
(#1911)
This commit is contained in:
parent
c4c401630a
commit
0c1303c1bd
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
```
|
||||
|
||||
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue