From: Simone Carletti Date: Sun, 24 Jan 2016 09:45:43 +0000 (+0100) Subject: The dns-01 support is now available in production X-Git-Tag: v0.1.0~39^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08ced4bd2292288e8cdce6de0eea99ed58c38a5d;p=thirdparty%2Fdehydrated.git The dns-01 support is now available in production See https://twitter.com/letsencrypt/status/689919523164721152 --- diff --git a/README.md b/README.md index 58fa8e9..bc068e2 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ An alternative to setting the WELLKNOWN variable would be to create a symlink to ### dns-01 challenge -This script also supports the new `dns-01`-type verification. Be aware that at the moment this is not available on the production servers from letsencrypt. Please read https://community.letsencrypt.org/t/dns-challenge-is-in-staging/8322 for the current state of `dns-01` support. +This script also supports the new `dns-01`-type verification. This type of verification requires you to be able to create a specific `TXT` DNS record for each hostname included in the certificate. You need a hook script that deploys the challenge to your DNS server!