importCertificate
inline suspend fun TransferClient.importCertificate(crossinline block: ImportCertificateRequest.Builder.() -> Unit): ImportCertificateResponse
Imports the signing and encryption certificates that you need to create local (AS2) profiles and partner profiles.
You can import both the certificate and its chain in the Certificate
parameter.
If you use the Certificate
parameter to upload both the certificate and its chain, don't use the CertificateChain
parameter.