Signotaur v1.0.0.502
Released: Jul 24, 2025
Updates in v1.0.0.502
Features
- Server
- Feature: Added a new Events page providing administrators with visibility into signing activity, certificate usage, authentication attempts, warnings, and errors.
- Feature: Added a Service Details button to the website footer. Clicking this provides information about the server operating system, server user account, .NET framework and runtime. This is only visible when logged in as an administrator.
- Client
- Update: Added --verify-cert-chain option to SignotaurTool sign command. This used to turn on certificate chain verification. The existing options --ignore-untrusted-root and --revocation-mode are only relevant to signing when this option is enabled.
- Update: Added --revocation-mode option to SignotaurTool verify command. The verify command will now check the certificate chain by default unless --revocation-mode is set to 'NoCheck'.
- Update: Added --strict-lifetime option to SignotaurTool verify command. This can be used to strictly enforce signature validity to the certificate's validity period when a timestamp is present.
- Core
- Updated Microsoft .NET SDK version to 9.0.302.
- Updated third party packages.
Fixes
- Server
- Fix: The log file was not rolling over to a new file when the file size limit was reached.
- Installer
- Fix: If the SSL website certificate was defined by subject in the installer, the subject was lost when upgrading with the option to keep existing settings.