You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Optional. Contains valid, fully-qualified host names. Glob patterns are also
73
73
// supported. To allow an explicit wildcard certificate, escape with
74
-
// backlash (i.e. "\*").
75
-
// E.g. for globbed entries: '*bar.com' will allow foo.bar.com, but not
76
-
// *.bar.com, unless the [allow_globbing_dns_wildcards][google.cloud.security.privateca.v1beta1.CertificateAuthority.CertificateAuthorityPolicy.AllowedSubjectAltNames.allow_globbing_dns_wildcards] field is set.
77
-
// E.g. for wildcard entries: '\*.bar.com' will allow '*.bar.com', but not
78
-
// 'foo.bar.com'.
74
+
// backlash (i.e. `\*`).
75
+
// E.g. for globbed entries: `*bar.com` will allow `foo.bar.com`, but not
76
+
// `*.bar.com`, unless the [allow_globbing_dns_wildcards][google.cloud.security.privateca.v1beta1.CertificateAuthority.CertificateAuthorityPolicy.AllowedSubjectAltNames.allow_globbing_dns_wildcards] field is set.
77
+
// E.g. for wildcard entries: `\*.bar.com` will allow `*.bar.com`, but not
0 commit comments