SslCertificate

Prev Next

Available in Classic

This is the SSL authentication key information.

Syntax

The syntax is as follows.

private String certificateName;
private String privateKey;
private String publicKeyCertificate;
private String certificateChain;

Field

The following describes the fields.

Field Type Required Description
certificateName String Required Certificate name representing the SSL certificate
privateKey String Required Privately owned secret key required for certificate decryption
publicKeyCertificate String Required Externally published certificate required for certificate decryption
certificateChain String Optional ChainCA information for validating the validity of the certificate issuing authority