SslCertificate
- Print
- PDF
SslCertificate
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
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 |
Was this article helpful?