From 9fb1e2a0287356086b459f7c87e12a55da91b340 Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Tue, 18 Nov 2014 21:05:48 -0500 Subject: [PATCH] Make the 'command line usage' section slightly more readable --- README.md | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index c19cf8cf6..3d2942830 100644 --- a/README.md +++ b/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) +```