Merge pull request #14 from frewsxcv/patch-1

Make the 'command line usage' section slightly more readable
This commit is contained in:
James Kasten
2014-11-19 09:51:28 -08:00
+8 -11
View File
@@ -21,20 +21,17 @@ handle debian unstable's Apache2 conf layout, either...)
## Command line usage ## Command line usage
```
sudo ./letsencrypt.py (default authentication mode using pythondialog) options
sudo ./letsencrypt.py (default authentication mode using pythondialog) --text (text mode)
options --text (text mode)
--privkey= (specify privatekey file to use to generate the certificate) --privkey= (specify privatekey file to use to generate the certificate)
--csr= (Use a specific CSR. If this is specified, privkey must also be --csr= (Use a specific CSR. If this is specified, privkey must also be specified with the correct private key for the CSR)
specified with the correct private key for the CSR)
--server (list the ACME CA server address) --server (list the ACME CA server address)
--revoke (revoke a certificate) --revoke (revoke a certificate)
--view-checkpoints (Used to view available checkpoints and see what --view-checkpoints (Used to view available checkpoints and see what configuration changes have been made)
configuration changes have been made)
--rollback=X (Revert the configuration X number of checkpoints) --rollback=X (Revert the configuration X number of checkpoints)
--redirect (Automatically redirect all HTTP traffic to HTTPS for the newly --redirect (Automatically redirect all HTTP traffic to HTTPS for the newly authenticated vhost)
authenticated vhost) --no-redirect (Skip the HTTPS redirect question, allowing both HTTP and HTTPS)
--no-redirect (Skip the HTTPS redirect question, allowing both HTTP and
HTTPS)
--agree-eula (Skip the end user agreement screen) --agree-eula (Skip the end user agreement screen)
```