From 3fed18cce96af01d5b5f67ac4d7660b95cb1d8ba Mon Sep 17 00:00:00 2001 From: xenolf Date: Sun, 31 Jan 2016 00:10:46 +0100 Subject: [PATCH] Corrected AWS_REGION env variable name --- README.md | 6 ++---- cli.go | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2d6eecec..65e90dc7 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ GLOBAL OPTIONS: --server, -s "https://acme-v01.api.letsencrypt.org/directory" CA hostname (and optionally :port). The server certificate must be trusted in order to avoid further modifications to the client. --email, -m Email used for registration and recovery contact. --rsa-key-size, -B "2048" Size of the RSA key. - --path "{$CWD}/.lego" Directory to use for storing the data + --path "${CWD}/.lego" Directory to use for storing the data --exclude, -x [--exclude option --exclude option] Explicitly disallow solvers by name from being used. Solvers: "http-01", "tls-sni-01". --http Set the port and interface to use for HTTP based challenges to listen on. Supported: interface:port or :port --tls Set the port and interface to use for TLS based challenges to listen on. Supported: interface:port or :port @@ -96,13 +96,11 @@ GLOBAL OPTIONS: cloudflare: CLOUDFLARE_EMAIL, CLOUDFLARE_API_KEY digitalocean: DO_AUTH_TOKEN dnsimple: DNSIMPLE_EMAIL, DNSIMPLE_API_KEY - route53: AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY + route53: AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_REGION rfc2136: RFC2136_TSIG_KEY, RFC2136_TSIG_SECRET, RFC2136_NAMESERVER, RFC2136_ZONE manual: none --help, -h show help --version, -v print the version - - ``` ##### CLI Example diff --git a/cli.go b/cli.go index 4e1d94b3..51e256c3 100644 --- a/cli.go +++ b/cli.go @@ -117,7 +117,7 @@ func main() { "\n\tcloudflare: CLOUDFLARE_EMAIL, CLOUDFLARE_API_KEY" + "\n\tdigitalocean: DO_AUTH_TOKEN" + "\n\tdnsimple: DNSIMPLE_EMAIL, DNSIMPLE_API_KEY" + - "\n\troute53: AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_REGION_NAME" + + "\n\troute53: AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_REGION" + "\n\trfc2136: RFC2136_TSIG_KEY, RFC2136_TSIG_SECRET, RFC2136_NAMESERVER, RFC2136_ZONE" + "\n\tmanual: none", },