domains property

List<String>? domains
getter/setter pair

The domains for which a managed SSL certificate will be generated.

Wildcard domains are only supported with DNS challenge resolution.

Immutable.

Implementation

core.List<core.String>? domains;