WorkLink / Client / associate_website_certificate_authority
associate_website_certificate_authority#
- WorkLink.Client.associate_website_certificate_authority(**kwargs)#
- Imports the root certificate of a certificate authority (CA) used to obtain TLS certificates used by associated websites within the company network. - Danger- This operation is deprecated and may not function as expected. This operation should not be used going forward and is only kept for the purpose of backwards compatiblity. - See also: AWS API Documentation - Request Syntax- response = client.associate_website_certificate_authority( FleetArn='string', Certificate='string', DisplayName='string' ) - Parameters:
- FleetArn (string) – - [REQUIRED] - The ARN of the fleet. 
- Certificate (string) – - [REQUIRED] - The root certificate of the CA. 
- DisplayName (string) – The certificate name to display. 
 
- Return type:
- dict 
- Returns:
- Response Syntax- { 'WebsiteCaId': 'string' } - Response Structure- (dict) – - WebsiteCaId (string) – - A unique identifier for the CA. 
 
 
 - Exceptions- WorkLink.Client.exceptions.UnauthorizedException
- WorkLink.Client.exceptions.InternalServerErrorException
- WorkLink.Client.exceptions.InvalidRequestException
- WorkLink.Client.exceptions.ResourceNotFoundException
- WorkLink.Client.exceptions.ResourceAlreadyExistsException
- WorkLink.Client.exceptions.TooManyRequestsException