allowGlobbingDnsWildcards property

bool? allowGlobbingDnsWildcards
getter/setter pair

Specifies if glob patterns used for allowed_dns_names allow wildcard certificates.

If this is set, certificate requests with wildcard domains will be permitted to match a glob pattern specified in allowed_dns_names. Otherwise, certificate requests with wildcard domains will be permitted only if allowed_dns_names contains a literal wildcard.

Optional.

Implementation

core.bool? allowGlobbingDnsWildcards;