Modifying a Client CA Certificate
Function
This API is used to update a client CA certificate with a specified ID.
Calling Method
For details, see Calling APIs.
URI
PUT /v5/{project_id}/p2c-vpn-gateways/vpn-servers/{vpn_server_id}/client-ca-certificates/{client_ca_certificate_id}
Parameter |
Type |
Mandatory |
Description |
---|---|---|---|
project_id |
String |
Yes |
Specifies a project ID. You can obtain the project ID by referring to Obtaining the Project ID. |
vpn_server_id |
String |
Yes |
Specifies the ID of a VPN server. |
client_ca_certificate_id |
String |
Yes |
Specifies the ID of a client CA certificate. |
Request
- Request parameters
Table 2 Request parameters Parameter
Type
Mandatory
Description
client_ca_certificate
client_ca_certificate object
Yes
Specifies the client CA certificate object.
Table 3 client_ca_certificate Parameter
Type
Mandatory
Description
name
String
No
- Specifies a certificate name.
- The value is a string of 1 to 64 characters, which can contain digits, letters, underscores (_), and hyphens (-).
- Example request
PUT https://{Endpoint}/v5/{project_id}/p2c-vpn-gateways/vpn-servers/{vpn_server_id}/client-ca-certificates/{client_ca_certificate_id} { "client_ca_certificate": { "name": "client_ca_update" } }
Response
Status Codes
For details, see Status Codes.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.