Skip to content

Commit

Permalink
ab#61881
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee Fine committed Oct 15, 2024
1 parent 674bb01 commit 34469b4
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 13 deletions.
6 changes: 2 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
2.3.0
2.2.0
* Removed the ability to manage certificate/key file combinations uploaded but not yet installed on the Citrix ADC device. This was done due to issues centered around inconsistent naming of uploaded certificate and key files. From this release forward only installed certificate objects will be managed by this orchestrator extension.
* Modify process for renewing certificates to create new certificate/key files instead of deleting/re-adding existing so that no sub second outage occurs
* Modify process for linking certificates to existing issuing CA certificate to match all possible linkages
* Modify process for linking certificates to handle renewals of prior linked certificate when a new issuing certificate is used for the renewed certificate
* Modify README to use doctool

2.2.0
* Removed the ability to manage certificate/key file combinations uploaded but not yet installed on the Citrix ADC device. This was done due to issues centered around inconsistent naming of uploaded certificate and key files. From this release forward only installed certificate objects will be managed by this orchestrator extension.

2.1.2
* Fix bug identifying private key entry when certificate and key file names differ

Expand Down
2 changes: 1 addition & 1 deletion CitrixAdcTestConsole/CitrixAdcTestConsole.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging" Version="6.0.0" />
<PackageReference Include="Moq.AutoMock" Version="3.4.0" />
<PackageReference Include="RestSharp" Version="109.0.1" />
<PackageReference Include="RestSharp" Version="112.1.0" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"Keyfactor.Extensions.Orchestrator.CitricAdc": "1.0.0",
"Microsoft.Extensions.Logging": "6.0.0",
"Moq.AutoMock": "3.4.0",
"RestSharp": "109.0.1"
"RestSharp": "112.1.0"
},
"runtime": {
"CitrixAdcTestConsole.dll": {}
Expand Down Expand Up @@ -375,11 +375,11 @@
}
}
},
"RestSharp/109.0.1": {
"RestSharp/112.1.0": {
"runtime": {
"lib/net6.0/RestSharp.dll": {
"assemblyVersion": "109.0.1.0",
"fileVersion": "109.0.1.0"
"assemblyVersion": "112.1.0.0",
"fileVersion": "112.1.0.0"
}
}
},
Expand Down Expand Up @@ -1466,12 +1466,12 @@
"path": "portable.bouncycastle/1.8.10",
"hashPath": "portable.bouncycastle.1.8.10.nupkg.sha512"
},
"RestSharp/109.0.1": {
"RestSharp/112.1.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-OkJ23uaV8qwCKuR7RKBUFlnXxIDZ7P1jEaoDawXgysujIcWZgIwE6p90kJZxY9EVv9ESjZtGlSmP8k+kOfDH9g==",
"path": "restsharp/109.0.1",
"hashPath": "restsharp.109.0.1.nupkg.sha512"
"sha512": "sha512-bOUGNZqhhv/QeCXHTKEUil846yBjwWXpzPKjO67kFvaAOoF361z7jLY5BMnuZ6WD2WQRA750sNMcK7MSPCQ5Mg==",
"path": "restsharp/112.1.0",
"hashPath": "restsharp.112.1.0.nupkg.sha512"
},
"runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
"type": "package",
Expand Down
Binary file modified CitrixAdcTestConsole/bin/Debug/net6.0/CitrixAdcTestConsole.dll
Binary file not shown.
Binary file modified CitrixAdcTestConsole/bin/Debug/net6.0/CitrixAdcTestConsole.exe
Binary file not shown.
Binary file modified CitrixAdcTestConsole/bin/Debug/net6.0/CitrixAdcTestConsole.pdb
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified CitrixAdcTestConsole/bin/Debug/net6.0/RestSharp.dll
Binary file not shown.

0 comments on commit 34469b4

Please sign in to comment.