Update Proxy Certificate
Update a proxy certificate chain in PEM format.
Request
URI
PUT
https://{api_host}/cloudapi/1.0.0/proxies/{id}/cert
COPY
Path Parameters
string
id
Required
Proxy ID URN
Request Body
The updated proxy certificate chain in PEM format. Any extraneous whitespace or other information is removed.
Responses
200
OK
Operation doesn't return any data structure
Code Samples
COPY
curl -X PUT -H 'Authorization: <value>' -H 'Content-Type: application/x-x509-ca-cert' -d '[{}]' https://{api_host}/cloudapi/1.0.0/proxies/{id}/cert
Availability
Added in 34.0
On This Page
Proxy Operations
GET
Get Proxies Pac File For Tenant
GET
Get Proxies
POST
Create Proxy
GET
Get Proxy
PUT
Update Proxy
DELETE
Delete Proxy
GET
Get Proxy Certificate
PUT
Update Proxy Certificate
GET
Get Proxy CRL
PUT
Update Proxy CRL
GET
Get Proxy Certificate Thumbprint
Deprecated