How to define a root "ceiling" with validating client resolvers

Hi,

I'm new to the API for client resolvers using libunbound and am setting up a lab that will have many subdomains.

An example: big.red.liar.lab.cisco.com

I am only authoritative and can only control signing zones at 'lab' and below. So I just want to define that level to be the root domain and stop verification of DS records as if lab.cisco.com was the root zone because the next level up will not have a DS record for me. What is a good practice for doing this with libunbound?

This is just for development purposes to prove out some concepts involving going up the chain of authority.

Is this a valid question or should I be thinking about it differently?

thanks,

Keith

You can just load a trust anchor for "lab.cisco.com" using ub_ctx_add_ta()
See man page for it for details. That will "override" the lack of trust
anchors above it.

For more details, see slide 25 atL

http://people.redhat.com/pwouters/LinuxCon2012-DNSSEC.pdf

Paul