Imports a signed private CA certificate into Amazon Web Services Private CA. This action is used when you are using a chain of trust whose root is located outside Amazon Web Services Private CA. Before you can call this action, the following preparations must in place:
Amazon Web Services Private CA supports three scenarios for installing a CA certificate:
The following additional requirements apply when you import a CA certificate.
Enforcement of Critical Constraints
Amazon Web Services Private CA allows the following extensions to be marked critical in the imported CA certificate or chain.
Amazon Web Services Private CA rejects the following extensions when they are marked critical in an imported CA certificate or chain.
See also: AWS API Documentation
Request Syntax
response = client.import_certificate_authority_certificate(
CertificateAuthorityArn='string',
Certificate=b'bytes',
CertificateChain=b'bytes'
)
[REQUIRED]
The Amazon Resource Name (ARN) that was returned when you called CreateCertificateAuthority. This must be of the form:
arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012
[REQUIRED]
The PEM-encoded certificate for a private CA. This may be a self-signed certificate in the case of a root CA, or it may be signed by another CA that you control.
A PEM-encoded file that contains all of your certificates, other than the certificate you're importing, chaining up to your root CA. Your Amazon Web Services Private CA-hosted or on-premises root certificate is the last in the chain, and each certificate in the chain signs the one preceding.
This parameter must be supplied when you import a subordinate CA. When you import a root CA, there is no chain.
None
Exceptions
ACMPCA.Client.exceptions.ConcurrentModificationException
ACMPCA.Client.exceptions.RequestInProgressException
ACMPCA.Client.exceptions.RequestFailedException
ACMPCA.Client.exceptions.ResourceNotFoundException
ACMPCA.Client.exceptions.InvalidArnException
ACMPCA.Client.exceptions.InvalidRequestException
ACMPCA.Client.exceptions.InvalidStateException
ACMPCA.Client.exceptions.MalformedCertificateException
ACMPCA.Client.exceptions.CertificateMismatchException