a b c d e f g h i j k l m n o p q r s t u v w x y z

diff from 252466 and 260536

Description: dehydrated dns-01 challenge response support
 This package provides a hook script to serve dns-01 challenge responses for
 dehydated.
 .
 It uses the dnspython API to perform dynamic DNS updates, creating a temporary
 TXT record for the given domain, thereby proving ownership of the domain.
 It requires a DNS-server capable of performing dynamic DNS updates, like bind9.
 There is no need for the DNS-server to run on the local machine.
 .
 This is especially useful if you want to create ACME certificates for servers
 that do not serve HTTP and/or are not exposed to the public internet.
Description: dehydrated dns-01 challenge response support
 This package provides a hook script to serve dns-01 challenge responses for
 dehydrated.
 .
 It uses the dnspython API to perform dynamic DNS updates, creating a temporary
 TXT record for the given domain, thereby proving ownership of the domain.
 It requires a DNS-server capable of performing dynamic DNS updates, like bind9.
 There is no need for the DNS-server to run on the local machine.
 .
 This is useful if you want to create ACME certificates for servers that do not
 serve HTTP and/or are not exposed to the public internet.
 Another important use case are wildcard certificates.
--- 252466	Thu Jan  1 00:00:00 1970
+++ 260536	Thu Jan  1 00:00:00 1970
@@ -1,11 +1,12 @@
 dehydrated dns-01 challenge response support
  This package provides a hook script to serve dns-01 challenge responses for
- dehydated.
+ dehydrated.
  .
  It uses the dnspython API to perform dynamic DNS updates, creating a temporary
  TXT record for the given domain, thereby proving ownership of the domain.
  It requires a DNS-server capable of performing dynamic DNS updates, like bind9.
  There is no need for the DNS-server to run on the local machine.
  .
- This is especially useful if you want to create ACME certificates for servers
+ This is useful if you want to create ACME certificates for servers that do not
- that do not serve HTTP and/or are not exposed to the public internet.
+ serve HTTP and/or are not exposed to the public internet.
+ Another important use case are wildcard certificates.