/ .pipelines / ESRPSigning_cmdpal_msix_content.json
ESRPSigning_cmdpal_msix_content.json
1 { 2 "Version": "1.0.0", 3 "UseMinimatch": false, 4 "SignBatches": [ 5 { 6 "MatchedPath": [ 7 "*.dll", 8 "*.exe" 9 ], 10 "SigningInfo": { 11 "Operations": [ 12 { 13 "KeyCode": "CP-230012", 14 "OperationSetCode": "SigntoolSign", 15 "Parameters": [ 16 { 17 "parameterName": "OpusName", 18 "parameterValue": "Microsoft" 19 }, 20 { 21 "parameterName": "OpusInfo", 22 "parameterValue": "http://www.microsoft.com" 23 }, 24 { 25 "parameterName": "FileDigest", 26 "parameterValue": "/fd \"SHA256\"" 27 }, 28 { 29 "parameterName": "PageHash", 30 "parameterValue": "/NPH" 31 }, 32 { 33 "parameterName": "TimeStamp", 34 "parameterValue": "/tr \"http://rfc3161.gtm.corp.microsoft.com/TSS/HttpTspServer\" /td sha256" 35 } 36 ], 37 "ToolName": "sign", 38 "ToolVersion": "1.0" 39 }, 40 { 41 "KeyCode": "CP-230012", 42 "OperationSetCode": "SigntoolVerify", 43 "Parameters": [], 44 "ToolName": "sign", 45 "ToolVersion": "1.0" 46 } 47 ] 48 } 49 } 50 ] 51 }