Creates an SSL/TLS certificate for an Amazon Lightsail content delivery network (CDN) distribution and a container service
Source:R/lightsail_operations.R
lightsail_create_certificate.RdCreates 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.
Usage
lightsail_create_certificate(
certificateName,
domainName,
subjectAlternativeNames = NULL,
tags = NULL
)Arguments
- certificateName
[required] The name for the certificate.
- domainName
[required] The domain name (
example.com) for the certificate.- subjectAlternativeNames
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_resourceaction to tag a resource after it's created.