This is the key generator for creating strongly named assembly
- dotnet runtime 2.1 or later(required netcoreapp2.1)
Itn.SnkUtils is packaged as dotnet global tool. So you can get binary by the following command;
dotnet tool install -g Itn.SnkUtils
and you can now execute this by dotnet snkutils [commands]
.
you can get option list by dotnet snkutils --help
or dotnet snkutils [command name] --help
dotnet snkutils create [output path]
you must specify [output path]
.
dotnet snkutils convert-to [snk file path] [output file path]
you can read info by openssl rsa -in [output file path] -inform PEM -text
dotnet snkutils convert-to [pem file path] [output snk file path]