View source: R/lightsail_operations.R
lightsail_create_certificate | R Documentation |
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
)
certificateName |
[required] The name for the certificate. |
domainName |
[required] The domain name ( |
subjectAlternativeNames |
An array of strings that specify the alternate domains ( You can specify a maximum of nine alternate domains (in addition to the primary domain name). Wildcard domain entries ( |
tags |
The tag keys and optional values to add to the certificate during create. Use the |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.