|
1 | 1 | 2.6.1 |
2 | | -* documentation updates for the 2.6 release |
3 | | -* fix a naming typo in the 2.5 migration SQL script |
4 | | -* update integration-manifest.json |
| 2 | +* Documentation updates for the 2.6 release |
| 3 | +* Fix a naming typo in the 2.5 migration SQL script |
| 4 | +* Update integration-manifest.json |
5 | 5 | * Updated the Alias in IIS to also include Site-Name. NOTE: Inventory will need to be performed prior to any management job to include new Alias format. |
6 | | -* Added Bindings check when attempting to add bindings that already exist. NOTE: If you wish to add multiple bindings with the same IP:Port, Hostname must be included and SNI flag must be set to a minimum of '1'. |
| 6 | +* Added Bindings check when attempting to add bindings that already exist or are ambiguous. NOTE: If you wish to add multiple bindings with the same IP:Port, Hostname must be included and SNI flag must be set to a minimum of '1'. Failure to do this can result in failed jobs with a binding conflict error message. |
| 7 | +* Bumped Keyfactor.Orchestrator.Common to 3.2.0 to correct signing issue. |
7 | 8 |
|
8 | 9 | 2.6.0 |
9 | 10 | * Added the ability to run the extension in a Linux environment. To utilize this change, for each Cert Store Types (WinCert/WinIIS/WinSQL), add ssh to the Custom Field <b>WinRM Protocol</b>. When using ssh as a protocol, make sure to enter the appropriate ssh port number under WinRM Port. |
10 | 11 | * NOTE: For legacy purposes the Display names WinRM Protocol and WinRM Port are maintained although the type of protocols now includes ssh. |
11 | 12 | * Moved all inventory and management jobs to external PowerShell script file .\PowerShellScripts\WinCertScripts.ps1 |
| 13 | +* NOTE: This version was not publicly released. |
12 | 14 |
|
13 | 15 | 2.5.1 |
14 | 16 | * Fixed WinSQL service name when InstanceID differs from InstanceName |
15 | 17 |
|
16 | 18 | 2.5.0 |
17 | 19 | * Added the Bindings to the end of the thumbprint to make the alias unique. |
18 | | -* Using new IISWebBindings commandlet to use additional SSL flags when binding certificate to website. |
| 20 | +* Using new IISWebBindings cmdlet to use additional SSL flags when binding certificate to website. |
19 | 21 | * Added multi-platform support for .Net6 and .Net8. |
20 | | -* Updated various PowerShell scripts to handle both .Net6 and .Net8 differences (specifically the absense of the WebAdministration module in PS SDK 7.4.x+) |
| 22 | +* Updated various PowerShell scripts to handle both .Net6 and .Net8 differences (specifically the absence of the WebAdministration module in PS SDK 7.4.x+) |
21 | 23 | * Fixed issue to update multiple websites when using the same cert. |
22 | 24 | * Removed renewal thumbprint logic to update multiple website; each job now updates its own specific certificate. |
23 | 25 |
|
|
26 | 28 | * Fix an issue with "Delete" script in the Legacy IIS Migration that did not remove some records from dependent tables |
27 | 29 |
|
28 | 30 | 2.4.3 |
29 | | -* Adding Legacy IIS Migration scripting and Readme guide |
| 31 | +* Adding Legacy IIS Migration scripting and ReadMe guide |
30 | 32 |
|
31 | 33 | 2.4.2 |
32 | 34 | * Correct false positive error when completing an IIS inventory job. |
|
71 | 73 | * Display name for IISU changed to "IIS Bound Certificate". |
72 | 74 | * Display name for WinCert changed to "Windows Certificate". |
73 | 75 | * Display names for several Store and Entry parameters changed to be more descriptive and UI friendly. |
74 | | -* Significant readme cleanup |
| 76 | +* Significant ReadMe cleanup |
75 | 77 |
|
76 | 78 | 2.1.0 |
77 | 79 | * Fixed issue that was occurring during renewal when there were bindings outside of http and https like net.tcp |
|
82 | 84 | * Removed any password references in trace logs and output settings in JSON format |
83 | 85 |
|
84 | 86 | 2.0.0 |
85 | | -* Add support for reenrollment jobs (On Device Key Generation) with the ability to specify a cryptographic provider. Specification of cryptographic provider allows HSM (Hardware Security Module) use. |
| 87 | +* Add support for re-enrollment jobs (On Device Key Generation) with the ability to specify a cryptographic provider. Specification of cryptographic provider allows HSM (Hardware Security Module) use. |
86 | 88 | * Local PAM Support added (requires Universal Orchestrator Framework version 10.1) |
87 | 89 | * Certificate store type changed from IISBin to IISU. See README for migration notes. |
88 | 90 |
|
|
105 | 107 | * Last release to support Windows Orchestrator (KF8) |
106 | 108 |
|
107 | 109 | 1.0.2 |
108 | | -* Remove dependence on Windows.Web.Administration on the orchestrator server. The agent will now use the local version on the managed server via remote powershell |
| 110 | +* Remove dependence on Windows.Web.Administration on the orchestrator server. The agent will now use the local version on the managed server via remote PowerShell |
109 | 111 | * add support for the IncludePortInSPN flag |
110 | 112 | * add support to use credentials from Keyfactor for Add/Remove/Inventory jobs. |
0 commit comments