Releases: peterlgarland/WinCertes
Releases · peterlgarland/WinCertes
Release list
Release 1.7.0
- Bumped to .NET 7
- Moved Help to separate Help Tab
- Tidied up the Form and localised a few missing controls
- Added ARM64 version for Windows 10 / 11 Clients
Release 1.6.0
- Bumped to use .Net 6.0
- All Text Strings turned into Resources Files to easily Internationalise
- GUI Updated to use a Tabbed interface for use on Low Resolution Screens
Release 1.5.8 (beta)
- Code refactoring.
- Added Help! Press F1, could possibly do with being written better, but it's a start!
- Adding a Status bar that explains what's needed to enable the Issue Certificate button.
- The Issue Certificate / Renew Certificate / Update Settings button is now visible and disabled, rather than hidden.
- Status bar also contains Progress bar, that shows the progress of Issuing and Renewing a Certificate
- Adjusted CLI --reset to now accept --extra=x where x is Extra Setting to reset rather than all.
Release 1.5.7 (beta)
- Switched target to net5.0-windows and merged WinCertes.GUI into WinCertes.
- Added icon to Form
- Free Console window when running Form
- Grab a previous version's Certificate to bind with GUI
- This only works if you created 1 certificate with each configuration.
- Added -? -h and --help to show Command Line Options
- If you run WinCertes.exe from an Non-Administrator Command Prompt, it will open one and then close immediately, simply run WinCertes.exe from an Administrator command prompt.
- Added text that it's loading GUI.
- Adjusted references to include all at a specific version.
Release 1.5.0 (beta)
- Update to .NET 5.0, you must have the .NET 5.0 Runtime installed.
- Add Support for the Server Name Indication Ssl Flag on the IIS Binding, Eg. (-i / --sni).
- Add Setting Execution Policy before running PowerShell Core script, Eg. (-x RemoteSigned / --execPolicy=Unrestricted).
- Adjust --show to show Extra Config numbers if they exist and which numbers.
- Adjusted --reset to delete all sub keys, not just the first 10 extra configs.
- Make all File Paths, safe for future Cross Platform support.
- Make all Windows call inaccessible on other platforms.
- Add missing -n flag and new flags to documentation.
- Add to check it fails before applying MimeType fix to IIS in the Readme, as the fix also breaks it if it was working!
Known Issues
- IIS SNI Flag is applied to a * binding if a bindPort is specified.