From 9160122ebe07fb3ac752feefc8308899e9fc70c8 Mon Sep 17 00:00:00 2001 From: xenolf Date: Sun, 27 Sep 2015 16:13:38 +0200 Subject: [PATCH] Update README.md --- README.md | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index b2658a6f..9ced1461 100644 --- a/README.md +++ b/README.md @@ -32,20 +32,18 @@ VERSION: 0.0.2 COMMANDS: - run Create and install a certificate - auth Create a certificate - install Install a certificate + run Register an account, then create and install a certificate + auth Create a certificate - must already have an account revoke Revoke a certificate - rollback Rollback a certificate help, h Shows a list of commands or help for one command GLOBAL OPTIONS: - --domains, -d [--domains option --domains option] Add domains to the process - --server, -s "https://acme-staging.api.letsencrypt.org/acme/new-reg" 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 "/Volumes/Data/Users/azhwkd/Projects/go/src/github.com/xenolf/lego/.lego" Directory to use for storing the data - --port Challenges will use this port to listen on. Please make sure to forward port 443 to this port on your machine. Otherwise use setcap on the binary - --help, -h show help - --version, -v print the version + --domains, -d [--domains option --domains option] Add domains to the process + --server, -s "https://acme-staging.api.letsencrypt.org/" 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" Directory to use for storing the data + --port Challenges will use this port to listen on. Please make sure to forward port 443 to this port on your machine. Otherwise use setcap on the binary + --help, -h show help + --version, -v print the version ```