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 (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.

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 May 29, 2024, 9:16 a.m.