Modifies the certificate that is associated with a domain name added to a Web Application Firewall (WAF) instance in CNAME record mode.
Try it now
Test
RAM authorization
Request syntax
POST HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
Yes |
The ID of the WAF instance. Note
Call the DescribeInstance operation to query the ID of the WAF instance. |
waf_v2_public_cn-ww**b06 |
| Domain |
string |
Yes |
The domain name that is added to WAF in CNAME record mode. |
www.example.com |
| CertId |
string |
Yes |
The ID of the certificate. |
123-cn-hangzhou |
| TLSVersion |
string |
No |
The Transport Layer Security (TLS) version. Valid values:
|
tlsv1 |
| CipherSuite |
string |
No |
The type of the cipher suite. Valid values:
|
1 |
| CustomCiphers |
array |
No |
The custom cipher suites. This parameter is available only when you set CipherSuite to 99. |
|
|
string |
No |
A custom cipher suite. |
ECDHE-ECDSA-AES256-SHA384 |
|
| EnableTLSv3 |
boolean |
No |
Indicates whether to enable TLS 1.3. Valid values:
|
false |
| RegionId |
string |
Yes |
The region where the WAF instance resides. Valid values:
|
cn-hangzhou |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The request ID. |
03E3B4DD-2BE7-5D9D-80E8-*** |
Examples
Success response
JSON format
{
"RequestId": "03E3B4DD-2BE7-5D9D-80E8-***"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | Waf.Pullin.MustListenHTTPS | The domain name must listen to the HTTPS protocol. Domain:%s. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.