mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 07:12:54 -04:00
Merge branch 'master' of github.com:letsencrypt/lets-encrypt-preview
This commit is contained in:
commit
1c1e63e322
3 changed files with 12 additions and 15 deletions
23
README.md
23
README.md
|
|
@ -21,20 +21,17 @@ handle debian unstable's Apache2 conf layout, either...)
|
|||
|
||||
## Command line usage
|
||||
|
||||
```
|
||||
sudo ./letsencrypt.py (default authentication mode using pythondialog) options
|
||||
|
||||
sudo ./letsencrypt.py (default authentication mode using pythondialog)
|
||||
|
||||
options --text (text mode)
|
||||
--text (text mode)
|
||||
--privkey= (specify privatekey file to use to generate the certificate)
|
||||
--csr= (Use a specific CSR. If this is specified, privkey must also be
|
||||
specified with the correct private key for the CSR)
|
||||
--server (list the ACME CA server address)
|
||||
--revoke (revoke a certificate)
|
||||
--view-checkpoints (Used to view available checkpoints and see what
|
||||
configuration changes have been made)
|
||||
--csr= (Use a specific CSR. If this is specified, privkey must also be specified with the correct private key for the CSR)
|
||||
--server (list the ACME CA server address)
|
||||
--revoke (revoke a certificate)
|
||||
--view-checkpoints (Used to view available checkpoints and see what configuration changes have been made)
|
||||
--rollback=X (Revert the configuration X number of checkpoints)
|
||||
--redirect (Automatically redirect all HTTP traffic to HTTPS for the newly
|
||||
authenticated vhost)
|
||||
--no-redirect (Skip the HTTPS redirect question, allowing both HTTP and
|
||||
HTTPS)
|
||||
--redirect (Automatically redirect all HTTP traffic to HTTPS for the newly authenticated vhost)
|
||||
--no-redirect (Skip the HTTPS redirect question, allowing both HTTP and HTTPS)
|
||||
--agree-eula (Skip the end user agreement screen)
|
||||
```
|
||||
|
|
|
|||
|
|
@ -96,7 +96,7 @@ def usage():
|
|||
s = "Available options: --text, --privkey=, --csr=, --server=, "
|
||||
s += "--rollback=, --view-checkpoints, --revoke, --agree-eula, --redirect,"
|
||||
s += " --no-redirect, --help"
|
||||
print str
|
||||
print s
|
||||
|
||||
def print_options():
|
||||
print "\nsudo ./letsencrypt.py (default authentication mode using pythondialog)"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
M2Crypto==0.22.3
|
||||
pythondialog==2.7
|
||||
python2-pythondialog
|
||||
jose==0.1
|
||||
jsonschema==2.4.0
|
||||
#python-augeas==0.5.0
|
||||
|
|
|
|||
Loading…
Reference in a new issue