Skip to content

Commit ddc34d1

Browse files
author
Lee Fine
committed
Merge branch 'ab#80665' of https://github.com/Keyfactor/citrix-adc-orchestrator into ab#80665
2 parents 622819b + c73d54d commit ddc34d1

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -231,14 +231,12 @@ the Keyfactor Command Portal
231231

232232
| 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 |
233233
| --------- | ----------- | ----------- | ----------- |
234-
| Older than `11.0.0` | | | `net6.0` |
235-
| 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` |
237235
| `11.6` _and_ newer | `net8.0` | | `net8.0` |
238236

239237
Unzip the archive containing extension assemblies to a known location.
240238

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`.
242240
243241
2. **Locate the Universal Orchestrator extensions directory.**
244242

@@ -367,7 +365,7 @@ Please refer to the **Universal Orchestrator (remote)** usage section ([PAM prov
367365

368366
* 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)
369367

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.
371369

372370

373371
## License

0 commit comments

Comments
 (0)