You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16-6Lines changed: 16 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,26 @@
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
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 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.
8
+
* Bumped System.IO.Packaging to 6.0.2 & 8.0.1 for .Net vulnerabilities.
9
+
1
10
2.6.0
2
11
* 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.
3
12
* NOTE: For legacy purposes the Display names WinRM Protocol and WinRM Port are maintained although the type of protocols now includes ssh.
4
13
* Moved all inventory and management jobs to external PowerShell script file .\PowerShellScripts\WinCertScripts.ps1
14
+
* NOTE: This version was not publicly released.
5
15
6
16
2.5.1
7
17
* Fixed WinSQL service name when InstanceID differs from InstanceName
8
18
9
19
2.5.0
10
20
* Added the Bindings to the end of the thumbprint to make the alias unique.
11
-
* Using new IISWebBindings commandlet to use additional SSL flags when binding certificate to website.
21
+
* Using new IISWebBindings cmdlet to use additional SSL flags when binding certificate to website.
12
22
* Added multi-platform support for .Net6 and .Net8.
13
-
* Updated various PowerShell scripts to handle both .Net6 and .Net8 differences (specifically the absense of the WebAdministration module in PS SDK 7.4.x+)
23
+
* Updated various PowerShell scripts to handle both .Net6 and .Net8 differences (specifically the absence of the WebAdministration module in PS SDK 7.4.x+)
14
24
* Fixed issue to update multiple websites when using the same cert.
15
25
* Removed renewal thumbprint logic to update multiple website; each job now updates its own specific certificate.
16
26
@@ -19,7 +29,7 @@
19
29
* Fix an issue with "Delete" script in the Legacy IIS Migration that did not remove some records from dependent tables
20
30
21
31
2.4.3
22
-
* Adding Legacy IIS Migration scripting and Readme guide
32
+
* Adding Legacy IIS Migration scripting and ReadMe guide
23
33
24
34
2.4.2
25
35
* Correct false positive error when completing an IIS inventory job.
@@ -64,7 +74,7 @@
64
74
* Display name for IISU changed to "IIS Bound Certificate".
65
75
* Display name for WinCert changed to "Windows Certificate".
66
76
* Display names for several Store and Entry parameters changed to be more descriptive and UI friendly.
67
-
* Significant readme cleanup
77
+
* Significant ReadMe cleanup
68
78
69
79
2.1.0
70
80
* Fixed issue that was occurring during renewal when there were bindings outside of http and https like net.tcp
@@ -75,7 +85,7 @@
75
85
* Removed any password references in trace logs and output settings in JSON format
76
86
77
87
2.0.0
78
-
* 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.
88
+
* 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.
79
89
* Local PAM Support added (requires Universal Orchestrator Framework version 10.1)
80
90
* Certificate store type changed from IISBin to IISU. See README for migration notes.
81
91
@@ -98,6 +108,6 @@
98
108
* Last release to support Windows Orchestrator (KF8)
99
109
100
110
1.0.2
101
-
* 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
111
+
* 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
102
112
* add support for the IncludePortInSPN flag
103
113
* add support to use credentials from Keyfactor for Add/Remove/Inventory jobs.
varfailureMessage=$"Inventory job failed for Site '{jobConfiguration.CertificateStoreDetails.StorePath}' on server '{jobConfiguration.CertificateStoreDetails.ClientMachine}' with error: '{LogHandler.FlattenException(ex)}'";
110
+
varfailureMessage=$"Inventory job failed for Site '{jobConfiguration.CertificateStoreDetails.StorePath}' on server '{jobConfiguration.CertificateStoreDetails.ClientMachine}' with error: '{ex.Message}'";
111
111
_logger.LogWarning(failureMessage);
112
112
113
113
returnnewJobResult
@@ -164,7 +164,7 @@ public List<CurrentInventoryItem> QueryIISCertificates(RemoteSettings settings)
0 commit comments