Skip to content

serionist/certdownloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

certdownloader

A simple CLI to download PFX files from Azure KeyVault

Sample usage:

dotnet certdownloader.dll -u https://MY-KEYVAULT.vault.azure.net/ -i %ClientId% -s %ClientSecret% -c %CertName% -o output.pfx -p %Pfx_Pass%

Arguments:

  • -u, --keyvault-url: Required. The URL of the KeyVault
  • -i, --keyvault-client-id: Required. The ClientId to use
  • -s, --keyvault-client-secret: Required. The ClientSecret to use
  • -c, --cert-name: Required. The name of the Certificate in the KeyVault
  • -o, --output: Required. (Default: certificate.pfx) The output PFX path
  • -p, --cert-pass: The password to set to the certificate
  • --help: Display this help screen.
  • --version: Display version information.

About

A simple CLI to download PFX files from Azure KeyVault

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages