Help Center/ Virtual Private Network/ API Reference/ API/ P2C VPN APIs/ Server/ Modifying a Client CA Certificate
Updated on 2024-12-03 GMT+08:00

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}

Table 1 Parameter description

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

  • Response parameters

    Returned status code 200: successful operation

    Table 4 Parameters in the response body

    Parameter

    Type

    Description

    request_id

    string

    Specifies a request ID.

  • Example response
    {
      "request_id": "c63d850876bcddbdfbd11776cce57914"
    }

Status Codes

For details, see Status Codes.