Skip to content

tests: fixed no_resign test itself

Libor Peltan requested to merge no_resign_fix into master

Without this patch, the test replied with "OK" as a false-negative. Knot resigned the zone in fact, because of using default algorithm 13 instead of algorithm 5 used in the hardcoded keys. Knot also resigned the static zone because of using automatic policy and publishing newly created key.

Merge request reports