mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2024-11-22 02:17:26 +00:00
warn that generating DNSSEC keys takes a while (still slow in some virtualized environments)
This commit is contained in:
parent
062e8b839e
commit
56c7d7436e
@ -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 New Issue
Block a user