-
Notifications
You must be signed in to change notification settings - Fork 5.1k
/
CertificateProfileOperations_Sign.json
39 lines (39 loc) · 1.28 KB
/
CertificateProfileOperations_Sign.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"operationId": "CertificateProfileOperations_Sign",
"title": "Submit a codesign operation.",
"parameters": {
"codeSigningAccountName": "YourAccountName",
"certificateProfileName": "YourCertificateProfileName",
"api-version": "2023-06-15-preview",
"x-correlation-id": "9797c668-5b3c-4586-8e0c-2768c8160bad",
"body": {
"signatureAlgorithm": "RS256",
"digest": "TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQ=",
"fileHashList": [
"Y29uc2VjdGV0dXIgYWRpcGlzY2luZyBlbGl0",
"c2VkIGRvIGVpdXNtb2QgdGVtcG9yIGluY2lkaWR1bnQ="
],
"authenticodeHashList": [
"dXQgbGFib3JlIGV0IGRvbG9yZSBtYWduYSBhbGlxdWE=",
"IFV0IGVuaW0gYWQgbWluaW0gdmVuaWFt"
]
}
},
"responses": {
"202": {
"headers": {
"azure-async-operation": "http://localhost:8080/operations/76f60a30-d088-42e0-b16d-b76b88d3cbe1"
},
"body": {
"id": "76f60a30-d088-42e0-b16d-b76b88d3cbe1",
"status": "InProgress",
"signStatus": {
"operationId": "76f60a30-d088-42e0-b16d-b76b88d3cbe1",
"status": "InProgress",
"signature": "cXVpcyBub3N0cnVkIGV4ZXJjaXRhdGlvbiB1bGxhbWNvIGxhYm9yaXM=",
"signingCertificate": "bmlzaSB1dCBhbGlxdWlwIGV4IGVhIGNvbW1vZG8gY29uc2VxdWF0"
}
}
}
}
}