warn that generating DNSSEC keys takes a while (still slow in some virtualized environments)
This commit is contained in:
parent
062e8b839e
commit
56c7d7436e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue