certmanager v1.14

Certificate.spec.nameConstraints.permitted

Permitted contains the constraints in which the names must be located.

4 fields
Certificate.spec.nameConstraints.permitted 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.