SigningServer.StandaloneClient 3.1.0

dotnet tool install --global SigningServer.StandaloneClient --version 3.1.0
                    
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 SigningServer.StandaloneClient --version 3.1.0
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=SigningServer.StandaloneClient&version=3.1.0
                    
nuke :add-package SigningServer.StandaloneClient --version 3.1.0
                    

SigningServer Standalone Client

This is a .net Tool for the client part of the Software SigningServer a service for centralizing code signing workloads in corporate environments. This client can reach out to a server counterpart to perform code signing operations on a range of supported file formats.

This client can perform the main signing workflows locally and use a remote server only for certain cryptographic operations.

You can read more about consuming .net Tools here.

Configuration

The client can be either configured through a configuration file or a range of command line parameters. Call the tool with --help to learn more about all the available options.

Client Exit Codes

The client provides exit codes for each error scenario:

  • 1 - Unexpected Error, Details should be in the log file.
  • 2 - File not found.
  • 3 - File is already signed (can be silenced through IgnoreExistingSignatures)
  • 4 - Unsupported file format (can be silenced through IgnoreUnsupportedFiles)
  • 5 - Invalid username or password provided
  • 6 - Invalid configuration, check the json file for errors
  • 7 - An error when communicating with the server occured
  • 8 - Security Negotiation Failed
Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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
3.1.0 125 3/14/2025
3.1.0-alpha.3 126 3/13/2025
3.1.0-alpha.2 134 3/11/2025
3.1.0-alpha.1 139 3/11/2025
3.0.0 171 3/11/2025
3.0.0-alpha.6 88 2/10/2025
3.0.0-alpha.5 72 1/27/2025
3.0.0-alpha.4 59 1/27/2025
3.0.0-alpha.3 62 1/27/2025
3.0.0-alpha.2 65 1/24/2025
2.1.0-alpha.8 197 10/31/2023
2.1.0-alpha.7 79 10/31/2023
2.1.0-alpha.5 78 10/31/2023
2.1.0-alpha.4 79 10/31/2023
2.1.0-alpha.3 109 8/15/2023