Step 1: Create the metadata file

  1. Create a JSON metadata file (e.g., metadata.json) with the following structure:

    {
    "Endpoint": "<Trusted Signing account endpoint>",
    "CodesigningAccountName": "<Trusted Signing account name>",
    "CertificateProfileName": "<Certificate profile name>",
    "CorrelationId": "<Optional CorrelationId value>"
    }
  2. Replace the placeholder values with the actual configuration details of your Trusted Signing account and certificate profile.