Managed Identity #132
Unanswered
cjcrawford435
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
In the documentation it says that you can use the -kvm parameter and pass a managed identity to azuresigntool. I am getting an invalid parameter error when trying to run the command. In looking at the help for the command -kvm is not an available option. Has this been removed? I am running version 2.0.17.
Options:
-fd | --file-digest The digest algorithm to hash the file with.
-kvu | --azure-key-vault-url The URL to an Azure Key Vault.
-kvi | --azure-key-vault-client-id The Client ID to authenticate to the Azure Key Vault.
-kvs | --azure-key-vault-client-secret The Client Secret to authenticate to the Azure Key Vault.
-kvc | --azure-key-vault-certificate The name of the certificate in Azure Key Vault.
-kva | --azure-key-vault-accesstoken The Access Token to authenticate to the Azure Key Vault.
-d | --description Provide a description of the signed content.
-du | --description-url Provide a URL with more information about the signed content.
-tr | --timestamp-rfc3161 Specifies the RFC 3161 timestamp server's URL. If this option (or -t) is not specified, the signed file will not be timestamped.
-td | --timestamp-digest Used with the -tr switch to request a digest algorithm used by the RFC 3161 timestamp server.
-t | --timestamp-authenticode Specify the timestamp server's URL. If this option is not present, the signed file will not be timestamped.
-ac | --additional-certificates Specify one or more certificates to include in the public certificate chain.
-v | --verbose Include additional output.
-q | --quiet Do not print any output to the console.
-ph | --page-hashing Generate page hashes for executable files if supported.
-nph | --no-page-hashing Suppress page hashes for executable files if supported.
-coe | --continue-on-error Continue signing multiple files if an error occurs.
-ifl | --input-file-list A path to a file that contains a list of files, one per line, to sign.
-mdop | --max-degree-of-parallelism The maximum number of concurrent signing operations.
-? | -h | --help Show help information
Beta Was this translation helpful? Give feedback.
All reactions