mirror of
https://github.com/go-acme/lego.git
synced 2025-02-15 09:12:31 +02:00
docs: fix gdomains
→googledomains
(#1911)
This commit is contained in:
parent
c4c401630a
commit
0c1303c1bd
@ -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…
x
Reference in New Issue
Block a user