An SSL certificate to install on the Load Balancer.
Name | Type | Description | Notes |
---|---|---|---|
PrivateKey | string | The private key. | [optional] |
Certificate | string | The SSL certificate. | [optional] |
Chain | string | The certificate chain. | [optional] |
PrivateKeyB64 | string | The private key base64 encoded. (Base64 encoded values should not be used alongside with non-Base64 encoded values) | [optional] |
CertificateB64 | string | The SSL certificate base64 encoded. (Base64 encoded values should not be used alongside with non-Base64 encoded values) | [optional] |
ChainB64 | string | The certificate chain base64 encoded. (Base64 encoded values should not be used alongside with non-Base64 encoded values) | [optional] |