Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Warmuz <jakub@warmuz.org>2015-11-01 15:22:19 +0300
committerJakub Warmuz <jakub@warmuz.org>2015-11-07 21:24:17 +0300
commit93e69ef7dee7d7315ec44e5567fba1f3bfa145a6 (patch)
tree560c4059caed3b58ed53dde4f0776cad600a2b8e /examples
parent31706a5ef9439bc7950224818234a3efe75354d3 (diff)
tls-sni-01 for standalone
Diffstat (limited to 'examples')
-rw-r--r--examples/cli.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cli.ini b/examples/cli.ini
index 34fb8ab02..a20764ed8 100644
--- a/examples/cli.ini
+++ b/examples/cli.ini
@@ -16,7 +16,7 @@ server = https://acme-staging.api.letsencrypt.org/directory
# Uncomment to use the standalone authenticator on port 443
# authenticator = standalone
-# standalone-supported-challenges = dvsni
+# standalone-supported-challenges = tls-sni-01
# Uncomment to use the webroot authenticator. Replace webroot-path with the
# path to the public_html / webroot folder being served by your web server.