lightsail_setup_instance_https: Creates an SSL/TLS certificate that secures traffic for your...

View source: R/lightsail_operations.R

lightsail_setup_instance_httpsR Documentation

Creates an SSL/TLS certificate that secures traffic for your website

Description

Creates an SSL/TLS certificate that secures traffic for your website. After the certificate is created, it is installed on the specified Lightsail instance.

See https://www.paws-r-sdk.com/docs/lightsail_setup_instance_https/ for full documentation.

Usage

lightsail_setup_instance_https(
  instanceName,
  emailAddress,
  domainNames,
  certificateProvider
)

Arguments

instanceName

[required] The name of the Lightsail instance.

emailAddress

[required] The contact method for SSL/TLS certificate renewal alerts. You can enter one email address.

domainNames

[required] The name of the domain and subdomains that were specified for the SSL/TLS certificate.

certificateProvider

[required] The certificate authority that issues the SSL/TLS certificate.


paws.compute documentation built on May 29, 2024, 9:16 a.m.