certmanager v1.14

Certificate.spec.nameConstraints.excluded

Excluded contains the constraints which must be disallowed. Any name matching a restriction in the excluded field is invalid regardless of information appearing in the permitted

4 fields
Certificate.spec.nameConstraints.excluded fields and descriptions
Field / TypeDescription
string[]

DNSDomains is a list of DNS domains that are permitted or excluded.

string[]

EmailAddresses is a list of Email Addresses that are permitted or excluded.

string[]

IPRanges is a list of IP Ranges that are permitted or excluded. This should be a valid CIDR notation.

string[]

URIDomains is a list of URI domains that are permitted or excluded.