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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package CertificateCli --version 0.0.6-beta
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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 :
- Use sub command
Rsa
to generate an rsa certificate- Use sub command
Ecc
to generate an ecc certificate- Use sub command
Jwk
to generate a json web keyTo run the tool, type commands :
CertificateCli -h
to show helpCertificateCli -v
to show versionCertificateCli -s
to show settingsCertificateCli Rsa -f [certificate-file] -p [certificate-password]
to generate rsa certificateCertificateCli Ecc -f [certificate-file] -p [certificate-password]
to generate ecc certificateCertificateCli Jwk -f [certificate-file] -p [certificate-password]
to generate json web keyTo 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
Tools
: vs22, net 6.0/7.0, certificate-manager, text-copy, command-line, spectre-console
Product | Versions 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 | 114 | 8/8/2023 |
0.0.5-beta | 84 | 8/8/2023 |
0.0.4-beta | 155 | 9/22/2022 |
0.0.3-beta | 130 | 9/21/2022 |
0.0.2-beta | 130 | 9/19/2022 |
0.0.1-beta | 164 | 4/16/2022 |