Rilasci di Signotaur
Released: Apr 23, 2026
Aggiornamenti in v1.2.0.107
Funzionalità
- Remote Desktop Protocol (.rdp) file signing is now supported, including timestamping and verification.
- The server now returns the certificate chain with each signing certificate, removing the client's dependency on AIA fetching in firewalled or air-gapped environments.
- CMS, NuGet, VSIX and RDP files are now signed in parallel within a batch for faster throughput.
- The --separate-timestamp option is now respected when signing CMS, NuGet, VSIX and RDP files, not just Authenticode files...
Released: Apr 1, 2026
Aggiornamenti in v1.2.0.80
Funzionalità
- NuGet package (.nupkg) and Visual Studio extension (.vsix) signing is now supported, including timestamping and comprehensive verification.
- Added CMS/PKCS#7 signing support for .mobileconfig, .mobileprovision, .provisionprofile and other non-Authenticode file types.
- Certificates without a matching private key or Code Signing EKU are now rejected at registration.
- Unsuitable PKCS#11 certificates are shown greyed out with warnings in the certificate selection UI.
- A warning is now...
Released: Mar 10, 2026
Aggiornamenti in v1.2.0.63
Funzionalità
- Added scheduled database backups, configurable via a new Backup settings page.
- Added --renew [DURATION] and --allow-validity-reduction options to the rotate-key command for API key renewal workflows. --renew extends the new API key's expiry instead of inheriting the old key's expiry, with an optional validity duration, while --allow-validity-reduction permits rotation even when the new key would have a shorter validity period than the original.
- Added option to test web configuration...
Released: Feb 26, 2026
Aggiornamenti in v1.2.0.42
Funzionalità
- Added '--if-expiring-within' option to the rotate-key command to only rotate keys that are approaching expiry within a specified duration (e.g., 7d, 24h, 1w). Added '--ignore-already-rotated-error' option to suppress errors when a key has already been rotated.
- The installer now provides backup options during upgrades, allowing users to choose to back up the database, configuration, and certificates before the upgrade proceeds.
- When a signing request specifies an unsupported...
Released: Feb 11, 2026
Aggiornamenti in v1.2.0.31
Funzionalità
- New Commands
- Added new config command with subcommands (init, set, get, show, unset, path) to persist defaults in %USERPROFILE%\.signotaur\config.json. Supported settings include server URL, certificate selectors (thumbprint/label/subject), console theme, output encoding, and allowUntrusted. Command-line arguments override environment variables, which override config file values.
- Added new rotate-key command to rotate API keys with a configurable overlap period (0–30 days). During...
Released: Jan 14, 2026
Aggiornamenti in v1.1.0.89
Funzionalità
- The server now sends email notifications to API key owners when keys are approaching expiration or have expired. Notification timing is configurable in server settings.
- Users can now control which types of email notifications they receive (API keys, code signing certificates, website certificates) from their profile settings.
- The command-line client now displays warnings when an API key is approaching expiration, helping prevent authentication failures.
- Added a new --theme option to...
Released: Nov 28, 2025
Aggiornamenti in v1.1.0.69
Funzionalità
- Now built and running on .NET 10.
- Added new tabs to the Settings page for configuring logging levels (file, console, and Windows Event Log), event retention, and options such as update checking behavior and maximum PIN failure limits.
- Client Improvements
- Enabled signature appending on Windows 10 with a warning indicating that this feature is only officially supported on Windows Server 2022, Windows 11, or later.
- Added support for signing VSTO and ClickOnce applications using a flat...
Released: Nov 11, 2025
Aggiornamenti in v1.1.0.55
Funzionalità
- Added '--sha1|--add-sha1-signature' command line option to allow dual-signing with an additional SHA-1 signature for legacy Windows versions.
- The alias for new certificate registrations is now defined uniquely using a combination of fields to allow for certificates with the same subject.
Released: Nov 4, 2025
Aggiornamenti in v1.1.0.48
Funzionalità
Client Improvements
- VSTO signing now supports nested VSTO files.
- Added support for exclude patterns (!) in file specifications for File and --filelist parameters.
- Added content pattern filtering for dependency files in ClickOnce and VSTO applications using filepattern:contentpattern1:contentpattern2:contentpattern3 syntax for File and --filelist parameters.
- Added --base-directory option to all commands for resolving relative file paths.
- Extended the `--strict-lifetime` option to...
Released: Oct 14, 2025
Aggiornamenti in v1.1.0.14
Funzionalità
- New Features
- Added ClickOnce and VSTO application signing and verification support.
- Added client tool auto-update functionality with new update command and sign command parameter for auto-updating before signing.
- Server Improvements
- Enhanced website SSL certificate validation with new RevocationCheckMode and AllowUntrustedRoot configuration options.
- Added configurable PIN attempt limit (MaxAllowedPKCS11PinFailures) to protect PKCS#11 hardware tokens from permanent lockout (default...