Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
c47a301c
Commit
c47a301c
authored
Dec 10, 2018
by
Evan Hunt
Browse files
add missing -r $RANDFILE
parent
5a8dfcce
Pipeline
#7860
passed with stages
in 13 minutes and 59 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bin/tests/system/autosign/ns3/keygen.sh
View file @
c47a301c
...
...
@@ -312,9 +312,9 @@ $DSFROMKEY $ksk.key > dsset-${zone}$TP
#
setup delzsk.example
cp
$infile
$zonefile
ksk
=
`
$KEYGEN
-a
NSEC3RSASHA1
-b
1024
-3
-q
-fk
$zone
2> kg.out
`
||
dumpit kg.out
$KEYGEN
-a
NSEC3RSASHA1
-b
1024
-3
-q
$zone
>
kg.out 2>&1
||
dumpit kg.out
zsk
=
`
$KEYGEN
-a
NSEC3RSASHA1
-b
1024
-3
-q
-I
now-1w
$zone
2>kg.out
`
||
dumpit kg.out
ksk
=
`
$KEYGEN
-a
NSEC3RSASHA1
-b
1024
-3
-q
-r
$RANDFILE
-fk
$zone
2> kg.out
`
||
dumpit kg.out
$KEYGEN
-a
NSEC3RSASHA1
-b
1024
-3
-q
-r
$RANDFILE
$zone
>
kg.out 2>&1
||
dumpit kg.out
zsk
=
`
$KEYGEN
-a
NSEC3RSASHA1
-b
1024
-3
-q
-r
$RANDFILE
-I
now-1w
$zone
2>kg.out
`
||
dumpit kg.out
echo
$zsk
>
../delzsk.key
#
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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