summaryrefslogtreecommitdiffstats
path: root/bin/dnssec-sign.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/dnssec-sign.sh')
-rwxr-xr-xbin/dnssec-sign.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/dnssec-sign.sh b/bin/dnssec-sign.sh
index 5d8153d..0f80edb 100755
--- a/bin/dnssec-sign.sh
+++ b/bin/dnssec-sign.sh
@@ -177,7 +177,7 @@ function sign {
VERSION=$(ls |grep 20 |tail -n 1)
echo -e "$INFO making signature of DNS records..."
- if ( dnssec-signzone -d $VERSION -K $VERSION -3 $PEPPERANDSALT -A -N INCREMENT -o $i -t $TMPZONEFILE )
+ if ( dnssec-signzone -d $VERSION -K $VERSION -3 $PEPPERANDSALT -A -N INCREMENT -e +2851200 -o $i -t $TMPZONEFILE )
then
echo -e "$OK signature done for $i"
else
@@ -234,7 +234,7 @@ function sign {
VERSION=$(ls |grep 20 |tail -n 1)
echo -e "$INFO making signature of DNS records..."
- if ( dnssec-signzone -d $VERSION -K $VERSION -3 $PEPPERANDSALT -A -N INCREMENT -o $i -t $TMPZONEFILE )
+ if ( dnssec-signzone -d $VERSION -K $VERSION -3 $PEPPERANDSALT -A -N INCREMENT -e +2851200 -o $i -t $TMPZONEFILE )
then
echo -e "$OK signature done for $i"
else