forked from TrueCloudLab/lego
Update read
This commit is contained in:
parent
0f32c176d7
commit
76db09c0a0
1 changed files with 16 additions and 18 deletions
|
@ -29,7 +29,7 @@ USAGE:
|
||||||
lego [global options] command [command options] [arguments...]
|
lego [global options] command [command options] [arguments...]
|
||||||
|
|
||||||
VERSION:
|
VERSION:
|
||||||
0.0.1
|
0.0.2
|
||||||
|
|
||||||
COMMANDS:
|
COMMANDS:
|
||||||
run Create and install a certificate
|
run Create and install a certificate
|
||||||
|
@ -41,11 +41,9 @@ COMMANDS:
|
||||||
|
|
||||||
GLOBAL OPTIONS:
|
GLOBAL OPTIONS:
|
||||||
--domains, -d [--domains option --domains option] Add domains to the process
|
--domains, -d [--domains option --domains option] Add domains to the process
|
||||||
--server, -s "https://www.letsencrypt-demo.org/acme/new-reg" CA hostname (and optionally :port). The server certificate must be trusted in order to avoid further modifications to the client.
|
--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.
|
--email, -m Email used for registration and recovery contact.
|
||||||
--rsa-key-size, -B "2048" Size of the RSA key.
|
--rsa-key-size, -B "2048" Size of the RSA key.
|
||||||
--no-confirm Turn off confirmation screens.
|
|
||||||
--agree-tos, -e Skip the end user license agreement screen.
|
|
||||||
--path "/Volumes/Data/Users/azhwkd/Projects/go/src/github.com/xenolf/lego/.lego" Directory to use for storing the data
|
--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
|
--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
|
--help, -h show help
|
||||||
|
|
Loading…
Reference in a new issue