Creates an SSL/TLS certificate for an Amazon Lightsail content delivery network (CDN) distribution and a container service.
See https://www.paws-r-sdk.com/docs/lightsail_create_certificate/ for full documentation.
lightsail_create_certificate(
certificateName,
domainName,
subjectAlternativeNames = NULL,
tags = NULL
)
[required] The name for the certificate.
[required] The domain name (example.com
) for the certificate.
An array of strings that specify the alternate domains (example2.com
)
and subdomains (blog.example.com
) for the certificate.
You can specify a maximum of nine alternate domains (in addition to the primary domain name).
Wildcard domain entries (*.example.com
) are not supported.
The tag keys and optional values to add to the certificate during create.
Use the tag_resource
action to tag a
resource after it's created.