Skip to content

Associate Website Certificate Authority

worklink_associate_website_certificate_authority R Documentation

Imports the root certificate of a certificate authority (CA) used to obtain TLS certificates used by associated websites within the company network

Description

Imports the root certificate of a certificate authority (CA) used to obtain TLS certificates used by associated websites within the company network.

Usage

worklink_associate_website_certificate_authority(FleetArn, Certificate,
  DisplayName)

Arguments

FleetArn

[required] The ARN of the fleet.

Certificate

[required] The root certificate of the CA.

DisplayName

The certificate name to display.

Value

A list with the following syntax:

list(
  WebsiteCaId = "string"
)

Request syntax

svc$associate_website_certificate_authority(
  FleetArn = "string",
  Certificate = "string",
  DisplayName = "string"
)