Import an X.509 Certificate to the Key Store

Import an X.509 certificate to the server key store. An X.509 certificate supports the storage of a single certificate. This format does not support storage of the private key or a certification path.

Syntax

void importTrustCertificate(String alias, byte[] certificate)

Parameters

Returns

If successful, returns silently. If unsuccessful, returns SUPAdminException.

Examples