Skip to content

A global tool to generate rsa/ecc certificates and json web keys

Notifications You must be signed in to change notification settings

aimenux/CertificateCli

Repository files navigation

.NET NuGet Coverage

CertificateCli

A global tool to generate rsa/ecc certificates and json web keys

In this repo, i m building a global tool that allows to generate rsa/ecc certificates and json web keys.

The tool is based on two sub commands :

To run the tool, type commands :

  • CertificateCli -h to show help
  • CertificateCli -v to show version
  • CertificateCli -s to show settings
  • CertificateCli Rsa -f [certificate-file] -p [certificate-password] to generate rsa certificate
  • CertificateCli Ecc -f [certificate-file] -p [certificate-password] to generate ecc certificate
  • CertificateCli Jwk -f [certificate-file] -p [certificate-password] to generate json web key

To install global tool from a local source path, type commands :

  • dotnet tool install -g --configfile .\nugets\local.config CertificateCli --version "*-*" --ignore-failed-sources

To install global tool from nuget source, type these command :

  • For stable version : dotnet tool install -g CertificateCli --ignore-failed-sources
  • For prerelease version : dotnet tool install -g CertificateCli --version "*-*" --ignore-failed-sources

To uninstall global tool, type these command :

  • dotnet tool uninstall -g CertificateCli

CertificateCli

Tools : vs22, net 6.0/7.0, certificate-manager, text-copy, command-line, spectre-console

About

A global tool to generate rsa/ecc certificates and json web keys

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages