Browse Source

Update README

Add --version
Update default endpoint to acme-v02.
pull/660/head
Timothe Litt 5 years ago
parent
commit
ff2a556224
Failed to extract signature
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      README.md

+ 3
- 2
README.md View File

@ -89,7 +89,7 @@ certificates to a remote server ( providing you have a ssh with key,
sftp or ftp access to the remote server). sftp or ftp access to the remote server).
```getssl -h ```getssl -h
getssl ver. 2.35
getssl ver. 2.36
Obtain SSL certificates from the letsencrypt.org ACME server Obtain SSL certificates from the letsencrypt.org ACME server
Usage: getssl [-h|--help] [-d|--debug] [-c|--create] [-f|--force] [-a|--all] [-q|--quiet] [-Q|--mute] [-u|--upgrade] [-k|--keep #] [-U|--nocheck] [-r|--revoke cert key] [-w working_dir] [--preferred-chain chain] domain Usage: getssl [-h|--help] [-d|--debug] [-c|--create] [-f|--force] [-a|--all] [-q|--quiet] [-Q|--mute] [-u|--upgrade] [-k|--keep #] [-U|--nocheck] [-r|--revoke cert key] [-w working_dir] [--preferred-chain chain] domain
@ -107,6 +107,7 @@ Options:
-u, --upgrade Upgrade getssl if a more recent version is available - can be used with or without domain(s) -u, --upgrade Upgrade getssl if a more recent version is available - can be used with or without domain(s)
-k, --keep "#" Maximum number of old getssl versions to keep when upgrading -k, --keep "#" Maximum number of old getssl versions to keep when upgrading
-U, --nocheck Do not check if a more recent version is available -U, --nocheck Do not check if a more recent version is available
-v --version Display current version of getssl
-w working_dir "Working directory" -w working_dir "Working directory"
--preferred-chain "chain" Use an alternate chain for the certificate --preferred-chain "chain" Use an alternate chain for the certificate
``` ```
@ -376,7 +377,7 @@ Usage: `getssl -r path/to/cert path/to/key [CA_server]`
You need to specify both the certificate you want to revoke, and the You need to specify both the certificate you want to revoke, and the
account or private domain key which was used to sign / obtain the account or private domain key which was used to sign / obtain the
original certificate. The `CA_server` is an optional parameter and original certificate. The `CA_server` is an optional parameter and
defaults to Let's Encrypt ("<https://acme-v01.api.letsencrypt.org>") as
defaults to Let's Encrypt ("<https://acme-v02.api.letsencrypt.org>") as
that is currently the only Certificate Authority using the ACME that is currently the only Certificate Authority using the ACME
protocol. protocol.


Loading…
Cancel
Save