Skip to content
Snippets Groups Projects
Commit b8190251 authored by Libor Peltan's avatar Libor Peltan
Browse files

tests: cover with stss test also automatic policy

parent 176edefb
No related branches found
No related tags found
1 merge request!858Stss present
......@@ -28,7 +28,7 @@ knot.gen_key(zones[2], ksk=True, alg="ECDSAP384SHA384", key_len="384")
for zone in zones[:-1]:
knot.dnssec(zone).enable = True
knot.dnssec(zone).manual = True
knot.dnssec(zone).single_type_signing = True
# enable automatic Single-Type signing scheme with NSEC3 on the last zone
knot.dnssec(zones[-1]).enable = True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment