Smaws_Client_ACM.ExportCertificate
val request :
Smaws_Lib.Context.t ->
export_certificate_request ->
(export_certificate_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `InvalidArnException of invalid_arn_exception
| `RequestInProgressException of request_in_progress_exception
| `ResourceNotFoundException of resource_not_found_exception ])
Stdlib.result
Exports a private certificate issued by a private certificate authority (CA) for use anywhere. The exported file contains the certificate, the certificate chain, and the encrypted private 2048-bit RSA key associated with the public key that is embedded in the certificate. For security, you must assign a passphrase for the private key when exporting it.
For information about exporting and formatting a certificate using the ACM console or CLI, see Export a Private Certificate.