Sign
- Print
- PDF
Sign
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
POST /kms/v1/keys/{keyTag}/sign
Create a data signature of up to 8 KB. It can only be requested as a RSA2048 or ECDSA key type.
Request
Request parameters
Parameter Name | Type | Additional Information |
---|---|---|
x-ncp-apigw-timestamp | header(Required) | |
x-ncp-apigw-signature-v2 | header(Required) | |
x-ncp-iam-access-key | header(Required) | |
keyTag | path(Required) | |
data | Body: String | Base64 Encoded text(Up to 8KB) |
Request body
{
"data": "string"
}
Response
Response body
{
"code": "string",
"data": {
"signature": "string"
}
}
Was this article helpful?