Skip to content

Commit 4fd004c

Browse files
author
Bob Pokorny
committed
Updated the Keyfactor.Orchestrator.Common assembly to fix an expired certificate when being signed.
1 parent 1d6433c commit 4fd004c

File tree

2 files changed

+13
-10
lines changed

2 files changed

+13
-10
lines changed

CHANGELOG.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,25 @@
11
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
55
* 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.
78

89
2.6.0
910
* 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.
1011
* NOTE: For legacy purposes the Display names WinRM Protocol and WinRM Port are maintained although the type of protocols now includes ssh.
1112
* Moved all inventory and management jobs to external PowerShell script file .\PowerShellScripts\WinCertScripts.ps1
13+
* NOTE: This version was not publicly released.
1214

1315
2.5.1
1416
* Fixed WinSQL service name when InstanceID differs from InstanceName
1517

1618
2.5.0
1719
* 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.
1921
* 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+)
2123
* Fixed issue to update multiple websites when using the same cert.
2224
* Removed renewal thumbprint logic to update multiple website; each job now updates its own specific certificate.
2325

@@ -26,7 +28,7 @@
2628
* Fix an issue with "Delete" script in the Legacy IIS Migration that did not remove some records from dependent tables
2729

2830
2.4.3
29-
* Adding Legacy IIS Migration scripting and Readme guide
31+
* Adding Legacy IIS Migration scripting and ReadMe guide
3032

3133
2.4.2
3234
* Correct false positive error when completing an IIS inventory job.
@@ -71,7 +73,7 @@
7173
* Display name for IISU changed to "IIS Bound Certificate".
7274
* Display name for WinCert changed to "Windows Certificate".
7375
* Display names for several Store and Entry parameters changed to be more descriptive and UI friendly.
74-
* Significant readme cleanup
76+
* Significant ReadMe cleanup
7577

7678
2.1.0
7779
* Fixed issue that was occurring during renewal when there were bindings outside of http and https like net.tcp
@@ -82,7 +84,7 @@
8284
* Removed any password references in trace logs and output settings in JSON format
8385

8486
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.
8688
* Local PAM Support added (requires Universal Orchestrator Framework version 10.1)
8789
* Certificate store type changed from IISBin to IISU. See README for migration notes.
8890

@@ -105,6 +107,6 @@
105107
* Last release to support Windows Orchestrator (KF8)
106108

107109
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
109111
* add support for the IncludePortInSPN flag
110112
* add support to use credentials from Keyfactor for Add/Remove/Inventory jobs.

IISU/WindowsCertStore.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
<ItemGroup>
3434
<PackageReference Include="Cake.Powershell" Version="4.0.0" />
3535
<PackageReference Include="Keyfactor.Logging" Version="1.1.1" />
36+
<PackageReference Include="Keyfactor.Orchestrators.Common" Version="3.2.0" />
3637
<PackageReference Include="Keyfactor.Orchestrators.IOrchestratorJobExtensions" Version="0.7.0" />
3738
<PackageReference Include="Microsoft.Management.Infrastructure" Version="3.0.0" Condition="'$(TargetFramework)' == 'net6.0'" />
3839
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.4.5" Condition="'$(TargetFramework)' == 'net8.0'" />

0 commit comments

Comments
 (0)