Class GetCertificateAuthorityCertificateCommandProtected
Retrieves the certificate and certificate chain for your private certificate authority
(CA) or one that has been shared with you. Both the certificate and the chain are base64
PEM-encoded. The chain does not include the CA certificate. Each certificate in the
chain signs the one before it.
Example
Use a bare-bones client and the command you need to make an API call.
Retrieves the certificate and certificate chain for your private certificate authority (CA) or one that has been shared with you. Both the certificate and the chain are base64 PEM-encoded. The chain does not include the CA certificate. Each certificate in the chain signs the one before it.
Example
Use a bare-bones client and the command you need to make an API call.
Param
GetCertificateAuthorityCertificateCommandInput
Returns
GetCertificateAuthorityCertificateCommandOutput
See
input
shape.response
shape.config
shape.Throws
InvalidArnException (client fault)
The requested Amazon Resource Name (ARN) does not refer to an existing resource.
Throws
InvalidStateException (client fault)
The state of the private CA does not allow this action to occur.
Throws
ResourceNotFoundException (client fault)
A resource such as a private CA, S3 bucket, certificate, audit report, or policy cannot be found.
Throws
ACMPCAServiceException
Base exception class for all service exceptions from ACMPCA service.