Use the PUT /keyPairs/sslServer/settings
endpoint to update the SSL server certificate settings.
Code | Reason |
---|---|
200 | SSL Certificate Settings updated. |
400 | The request was improperly formatted or contained invalid fields. |
422 | Validation error(s) occurred. |
SslServerSettings
- Settings for the SSL Server certificate configuration.
Property | Type | Description |
---|---|---|
activeAdminConsoleCerts | array[ResourceLink] | The active SSL Server Certificate Key pairs for PF Administrator Console. |
activeRuntimeServerCerts | array[ResourceLink] | The active SSL Server Certificate Key pairs for Runtime Server. |
adminConsoleCertRef * | ResourceLink | Reference to the default SSL Server Certificate Key pair active for PF Administrator Console. |
runtimeServerCertRef * | ResourceLink | Reference to the default SSL Server Certificate Key pair active for Runtime Server. |
ResourceLink
- A reference to a resource.
Property | Type | Description |
---|---|---|
id * | string | The ID of the resource. |
location | string | A read-only URL that references the resource. If the resource is not currently URL-accessible, this property will be null. |