lightsail_create_certificate: Creates an SSL/TLS certificate for an Amazon Lightsail...

View source: R/lightsail_operations.R

lightsail_create_certificateR Documentation

Creates an SSL/TLS certificate for an Amazon Lightsail content delivery network (CDN) distribution and a container service

Description

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.

Usage

lightsail_create_certificate(
  certificateName,
  domainName,
  subjectAlternativeNames = NULL,
  tags = NULL
)

Arguments

certificateName

[required] The name for the certificate.

domainName

[required] The domain name (e.g., example.com) for the certificate.

subjectAlternativeNames

An array of strings that specify the alternate domains (e.g., example2.com) and subdomains (e.g., 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 (e.g., ⁠*.example.com⁠) are not supported.

tags

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.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.