nameConstraints in Practice
An intermediate CA for your team could have:
nameConstraints:
permittedSubtrees:
dNSName: .leo.amazon.com
iPAddress: 10.0.0.0/8
This means the intermediate can only issue certs with:
- SANs ending in
.leo.amazon.com
- IP SANs in the 10.0.0.0/8 range
Any cert attempting to claim api.google.com from this CA → chain validation fails.
For satellite device provisioning: constrain by device type, region, or serial namespace.