From fce5af50fdb0736ad7c19efcf2031b84dbda636d Mon Sep 17 00:00:00 2001 From: Benjamin Akhras Date: Tue, 20 Nov 2018 21:48:20 +0100 Subject: [PATCH] Fixed Typo in the examples section since .ini files are not supported. --- certbot-dns-google/certbot_dns_google/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certbot-dns-google/certbot_dns_google/__init__.py b/certbot-dns-google/certbot_dns_google/__init__.py index f19266737..b88260b07 100644 --- a/certbot-dns-google/certbot_dns_google/__init__.py +++ b/certbot-dns-google/certbot_dns_google/__init__.py @@ -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