Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

renew_certificate

renew_certificate(**kwargs)

Renews an eligible ACM certificate. At this time, only exported private certificates can be renewed with this operation. In order to renew your Amazon Web Services Private CA certificates with ACM, you must first grant the ACM service principal permission to do so. For more information, see Testing Managed Renewal in the ACM User Guide.

See also: AWS API Documentation

Request Syntax

response = client.renew_certificate(
    CertificateArn='string'
)
Parameters
CertificateArn (string) --

[REQUIRED]

String that contains the ARN of the ACM certificate to be renewed. This must be of the form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs).

Returns
None

Exceptions

  • ACM.Client.exceptions.ResourceNotFoundException
  • ACM.Client.exceptions.InvalidArnException