From b2c27df19917897531e852933e319695d8666381 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Fri, 23 Oct 2015 19:15:00 -0700 Subject: [PATCH] Uncommented lines because CSS --- examples/cli.ini | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/cli.ini b/examples/cli.ini index 15fb89054..f06cc51ef 100644 --- a/examples/cli.ini +++ b/examples/cli.ini @@ -1,17 +1,17 @@ # This is an example of the kind of things you can do in a configuration file +# Use a 4096 bit RSA key instead of 2048 +rsa-key-size = 4096 + +# Always use the staging/testing server +server = https://acme-staging.api.letsencrypt.org/directory + # Uncomment and update to register with the specified e-mail address # email = foo@example.com # Uncomment to use a text interface instead of ncurses # text = True -# Uncomment to use a 4096 bit RSA key instead of 2048 -# rsa-key-size = 4096 - -# Uncomment to always use the staging/testing server -# server = https://acme-staging.api.letsencrypt.org/directory - # Uncomment to use the standalone authenticator on port 443 # authenticator = standalone # standalone-supported-challenges = dvsni