exportCertificate
inline suspend fun AcmClient.exportCertificate(crossinline block: ExportCertificateRequest.Builder.() -> Unit): ExportCertificateResponse
Exports a private certificate issued by a private certificate authority (CA) or public certificate for use anywhere. The exported file contains the certificate, the certificate chain, and the encrypted private 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 and Export a public certificate.