The Get-AzCodeSigningRootCert cmdlet retrieves Azure CodeSigning Root Cert.
Use this cmdlet to retrieve Azure CodeSigning Root Cert.
There are two sets of parameters. One set uses AccountName, ProfileName, and EndpointUrl.
Another set uses MetadataFilePath.
例
Example 1: Retrieve a root cert by account and profile name
Specifies Azure CodeSigning Metadata file path used to sign CI policy. It's a file path, and the metadata content is below. File content example:
{
"Endpoint": "https://xxx.codesigning.azure.net/",
"CodeSigningAccountName": "acstest",
"CertificateProfileName": "acstestCert1"
}
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable,
-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see
about_CommonParameters.
入力
Azure CodeSigning AccountName
Azure CodeSigning Profile Name
Azure CodeSigning Signing EndpointUrl
Azure CodeSigning UnSigned CI Policy File Path
Azure CodeSigning Signed CI Policy File Path Destination