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: README.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -231,14 +231,12 @@ the Keyfactor Command Portal
231
231
232
232
| Universal Orchestrator Version | Latest .NET version installed on the Universal Orchestrator server |`rollForward` condition in `Orchestrator.runtimeconfig.json`|`citrix-adc-orchestrator` .NET version to download |
| Between `11.0.0` and `11.5.1` (inclusive) |`net6.0`||`net6.0`|
236
-
| Between `11.0.0` and `11.5.1` (inclusive) |`net8.0`|`Disable`|`net6.0`|| Between `11.0.0` and `11.5.1` (inclusive) |`net8.0`|`LatestMajor`|`net8.0`|
234
+
| Between `11.0.0` and `11.5.1` (inclusive) |`net8.0`|`LatestMajor`|`net8.0`|
237
235
|`11.6`_and_ newer |`net8.0`||`net8.0`|
238
236
239
237
Unzip the archive containing extension assemblies to a known location.
240
238
241
-
> **Note** If you don't see an asset with a corresponding .NET version, you should always assume that it was compiled for `net6.0`.
239
+
> **Note** If you don't see an asset with a corresponding .NET version, you should always assume that it was compiled for `net8.0`.
242
240
243
241
2.**Locate the Universal Orchestrator extensions directory.**
244
242
@@ -367,7 +365,7 @@ Please refer to the **Universal Orchestrator (remote)** usage section ([PAM prov
367
365
368
366
* Direct PFX Binding Inventory: In NetScaler you can directly Bind a Pfx file to a Virtual Server. Keyfactor cannot inventory these because it does not have access to the password. The recommended way to Import PFX Files in NetScaler is descibed in this [NetScaler Documentation](https://docs.netscaler.com/en-us/citrix-adc/12-1/ssl/ssl-certificates/export-existing-certs-keys.html#convert-ssl-certificates-for-import-or-export)
369
367
370
-
* Removing Certs from Store: As defined in Test Cases 5 and 13 below, certificates that are bound to a server will not be removed. This was done to limit the possibility of bringing production servers down. Users are currently required to manually unbind the certificate from the server first and then remove via the Command and this orchestrator extension.
368
+
* Removing Certs from Store: Certificates that are bound to a server will not be removed. This was done to limit the possibility of bringing production servers down. Users are currently required to manually unbind the certificate from the server first and then remove via the Command and this orchestrator extension.
0 commit comments