| Crates.io | trusted-signing-cli |
| lib.rs | trusted-signing-cli |
| version | 0.8.0 |
| created_at | 2024-04-14 13:53:44.204394+00 |
| updated_at | 2025-08-16 21:18:43.216958+00 |
| description | A simple CLI tool to sign files with Trusted Signing |
| homepage | |
| repository | https://github.com/levminer/trusted-signing-cli |
| max_upload_size | |
| id | 1208285 |
| size | 89,285 |
A simple CLI tool to sign files with Trusted Signing
cargo install trusted-signing-cli or download the binary from the latest releases
The CLI expects the following environment variables to be set or you can pass them as arguments. You need to create an Azure App Registration (you can use this article to get the credentials):
AZURE_CLIENT_IDAZURE_CLIENT_SECRETAZURE_TENANT_IDSigning a single file:
trusted-signing-cli -e <url> -a <account name> -c <certificate profile name> file1.exe
Signing multiple files:
trusted-signing-cli -e <url> -a <account name> -c <certificate profile name> file1.exe file2.exe file3.exe
For more information run trusted-signing-cli --help