From 56c7d7436e17af767bb8ba4696453f7c1d6bd4de Mon Sep 17 00:00:00 2001 From: Joshua Tauberer Date: Sun, 17 Aug 2014 10:19:46 -0400 Subject: [PATCH] warn that generating DNSSEC keys takes a while (still slow in some virtualized environments) --- setup/dns.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/dns.sh b/setup/dns.sh index 1484d0e8..c6cfc902 100755 --- a/setup/dns.sh +++ b/setup/dns.sh @@ -33,7 +33,7 @@ sudo mkdir -p /var/run/nsd mkdir -p "$STORAGE_ROOT/dns/dnssec"; if [ ! -f "$STORAGE_ROOT/dns/dnssec/keys.conf" ]; then - # These two steps take a while. + echo "Generating DNSSEC signing keys. This may take a few minutes..." # Create the Key-Signing Key (KSK) (-k) which is the so-called # Secure Entry Point. Use a NSEC3-compatible algorithm (best