Skip to content

Add multisigner system test

Matthijs Mekking requested to merge 2710-test into main

Add a new system test to test multisigner model use cases. This initial test just tests a small part of the model 2, and uses two providers for the same zone, ns3 and ns4, each with their own unique key set. This commit tests that each provider can import their ZSK of the other provider into their DNSKEY RRset, using dynamic update.

Both providers use dnssec-policy, ns3 applies the DNSSEC records directly, while ns4 uses inline-signing.

(cherry picked from commit 6f2897f8)

Closes #2710 (closed)

Merge request reports