fatal("-k and -3 cannot be used together");
}
- if (ctx.setpub || ctx.setact || ctx.setrev || ctx.setinact ||
- ctx.setdel || ctx.unsetpub || ctx.unsetact ||
- ctx.unsetrev || ctx.unsetinact || ctx.unsetdel ||
- ctx.setsyncadd || ctx.setsyncdel)
- {
- fatal("cannot use -k together with "
- "-P, -A, -R, -I, or -D options "
- "(use dnssec-settime on keys afterwards)");
- }
-
ctx.options |= DST_TYPE_STATE;
- ctx.genonly = true;
if (strcmp(ctx.policy, "default") == 0) {
ctx.use_nsec3 = false;
$KEYGEN -a RSASHA1 -f KSK -L 1234 $zone > keygen.out.$zone.2 2>&1
zone="pregenerated.kasp"
-$KEYGEN -k rsasha1 -l policies/kasp.conf $zone > keygen.out.$zone.1 2>&1
-$KEYGEN -k rsasha1 -l policies/kasp.conf $zone > keygen.out.$zone.2 2>&1
+$KEYGEN -G -k rsasha1 -l policies/kasp.conf $zone > keygen.out.$zone.1 2>&1
+$KEYGEN -G -k rsasha1 -l policies/kasp.conf $zone > keygen.out.$zone.2 2>&1
zone="rumoured.kasp"
Tpub="now"