Export a PKCS #12 Certificate from the Key Store

Export a certificate in PKCS #12 format from the server key store.

Syntax

byte[] exportPKCS12CertAndKey(String alias, String password)

Parameters

Returns

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

Examples