Signs a private certificate in a certificate application repository.
Operation description
You can call the Sign operation to sign a private certificate in a certificate application repository.
Limits
You can call this operation up to 1,000 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
Debugging
Authorization information
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
Message | string | Yes | The data to sign. The value must be encoded in Base64.
| message |
CertIdentifier | string | Yes | The unique identifier of the certificate. You can call the ListCert operation to obtain the identifier.
| ccaf0c629c2be1e2abb63bb76b |
SigningAlgorithm | string | Yes | The signature algorithm. Valid values:
| SHA256withRSA |
MessageType | string | Yes | The value type of the Message parameter. Valid values:
| RAW |
Response parameters
Examples
Sample success responses
JSON
format
{
"Signature": "eyaC0w3ROK5b3QcHmUtAhMY/sQjKu2t3uBfnf6J/gn7JfZtyxwcCUjzXbw5jmqJQRbj1te670Bshg9kUdanKhtHFhJjU5jX+ZMMBr6pH0gqQDJxR0K0yHXRc0Q5OQoUZ6BfpbI4Wt4jJvJSdCstz1vSg12CfEHS8Kd5qfhItK7Y=",
"RequestId": "1ed33293-2e48-6b14-861e-538e28e408eb"
}
Error codes
For a list of error codes, visit the Service error codes.