From 08e07e67a64660e6e035e415bcf345d422343cde Mon Sep 17 00:00:00 2001 From: James Kasten Date: Tue, 18 Nov 2014 18:00:30 -0800 Subject: [PATCH] small cleanup --- letsencrypt.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/letsencrypt.py b/letsencrypt.py index da302af2b..b680ab0f9 100755 --- a/letsencrypt.py +++ b/letsencrypt.py @@ -82,10 +82,10 @@ def main(): display.setDisplay(display.NcursesDisplay()) else: display.setDisplay(display.FileDisplay(sys.stdout)) - + if not server: server = ACME_SERVER - + c = client.Client(server, csr, privkey, curses) if flag_revoke: c.list_certs_keys() @@ -108,7 +108,7 @@ def print_options(): "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 " + + "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)",