mirror of
https://github.com/certbot/certbot.git
synced 2026-02-27 20:04:11 -05:00
Fixed Typo in the examples section since .ini files are not supported.
This commit is contained in:
parent
1dd7db12e0
commit
fce5af50fd
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ Examples
|
|||
|
||||
certbot certonly \\
|
||||
--dns-google \\
|
||||
--dns-google-credentials ~/.secrets/certbot/google.ini \\
|
||||
--dns-google-credentials ~/.secrets/certbot/google.json \\
|
||||
--dns-google-propagation-seconds 120 \\
|
||||
-d example.com
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue