Export an X.509 Certificate from the Key Store

Export a certificate in X.509 format from the server key store.

Syntax

byte[] exportTrustCertificate(String alias)

Parameters

Returns

If successful, returns the file content of the exported certificate. If unsuccessful, returns SUPAdminException.

Examples