HTTPS Edge Mutual TLS Module
Replace HTTPS Edge Mutual TLS Module
Request
PUT /edges/https/{id}/mutual_tls
Example Request
Parameters
Name | Type | Description |
---|
enabled | boolean | true if the module will be applied to traffic, false to disable. default true if unspecified |
certificate_authority_ids | List<string> | list of certificate authorities that will be used to validate the TLS client certificate presented by the initiator of the TLS connection |
Response
Returns a 200 response on success
Example Response
Fields
Name | Type | Description |
---|
enabled | boolean | true if the module will be applied to traffic, false to disable. default true if unspecified |
certificate_authorities | Ref | PEM-encoded CA certificates that will be used to validate. Multiple CAs may be provided by concatenating them together. |
Ref fields
Name | Type | Description |
---|
id | string | a resource identifier |
uri | string | a uri for locating a resource |
Get HTTPS Edge Mutual TLS Module
Request