Creates an SSL/TLS certificate that secures traffic for your website
Source:R/lightsail_operations.R
lightsail_setup_instance_https.RdCreates 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.