CertificateCli 0.0.6-beta

This is a prerelease version of CertificateCli.
dotnet tool install --global CertificateCli --version 0.0.6-beta
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo
dotnet tool install --local CertificateCli --version 0.0.6-beta
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=CertificateCli&version=0.0.6-beta&prerelease
nuke :add-package CertificateCli --version 0.0.6-beta

.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

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last updated
0.0.6-beta 102 8/8/2023
0.0.5-beta 75 8/8/2023
0.0.4-beta 144 9/22/2022
0.0.3-beta 121 9/21/2022
0.0.2-beta 122 9/19/2022
0.0.1-beta 154 4/16/2022