Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
4040ff97
Commit
4040ff97
authored
Dec 19, 2012
by
Mark Andrews
Browse files
-H not -i sets iterations
parent
58c543d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/tests/system/wildcard/ns1/sign.sh
View file @
4040ff97
...
...
@@ -70,7 +70,7 @@ keyname2=`$KEYGEN -f KSK -r $RANDFILE -a NSEC3RSASHA1 -b 1024 -n zone $zone 2> /
cat
$infile
$keyname1
.key
$keyname2
.key
>
$zonefile
$SIGNER
-r
$RANDFILE
-3
-
-
i
10
-o
$zone
-f
$outfile
$zonefile
>
/dev/null 2> signer.err
||
cat
signer.err
$SIGNER
-r
$RANDFILE
-3
-
-
H
10
-o
$zone
-f
$outfile
$zonefile
>
/dev/null 2> signer.err
||
cat
signer.err
echo
"I: signed
$zone
"
zone
=
private.nsec3.
...
...
@@ -83,7 +83,7 @@ keyname2=`$KEYGEN -f KSK -r $RANDFILE -a NSEC3RSASHA1 -b 1024 -n zone $zone 2> /
cat
$infile
$keyname1
.key
$keyname2
.key
>
$zonefile
$SIGNER
-r
$RANDFILE
-3
-
-
i
10
-o
$zone
-f
$outfile
$zonefile
>
/dev/null 2> signer.err
||
cat
signer.err
$SIGNER
-r
$RANDFILE
-3
-
-
H
10
-o
$zone
-f
$outfile
$zonefile
>
/dev/null 2> signer.err
||
cat
signer.err
echo
"I: signed
$zone
"
grep
-v
'^;'
$keyname2
.key |
$PERL
-n
-e
'
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment