---
title: "POST /associateWebsiteCertificateAuthority"
method: POST
path: "/associateWebsiteCertificateAuthority"
deprecated: true
---

# POST /associateWebsiteCertificateAuthority

`POST /associateWebsiteCertificateAuthority`

> **Deprecated.**

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

## Request body

- object
  - `FleetArn` string, required — The ARN of the fleet.
  - `Certificate` string, required — The root certificate of the CA.
  - `DisplayName` string — The certificate name to display.

## Response `200`

Success

- AssociateWebsiteCertificateAuthorityResponse
  - `WebsiteCaId` string — A unique identifier for the CA.

## Other responses

- `480` — UnauthorizedException
- `481` — InternalServerErrorException
- `482` — InvalidRequestException
- `483` — ResourceNotFoundException
- `484` — ResourceAlreadyExistsException
- `485` — TooManyRequestsException

---

[API](https://skmtc.net/aws/apis/worklink.md) · [All operations](https://skmtc.net/aws/apis/worklink/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/worklink/versions/b0c00d03aaed/schema)
