View source: R/lightsail_operations.R
lightsail_setup_instance_https | R Documentation |
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.
lightsail_setup_instance_https(
instanceName,
emailAddress,
domainNames,
certificateProvider
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.