Skip to content

Commit 0c7d501

Browse files
author
Keyfactor
committed
Update generated docs
1 parent 2583489 commit 0c7d501

File tree

1 file changed

+58
-4
lines changed

1 file changed

+58
-4
lines changed

README.md

Lines changed: 58 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,16 @@ the Keyfactor Command Portal
394394

395395
![ThunderSsl Custom Fields Tab](docsource/images/ThunderSsl-custom-fields-store-type-dialog.png)
396396

397+
398+
###### Allow Invalid Cert on A10 Management API
399+
Boolean value specifying whether to allow connections to the A10 vThunder management API when it presents an invalid or self-signed SSL/TLS certificate. Set to true to bypass certificate validation for AXAPI connections.
400+
401+
![ThunderSsl Custom Field - allowInvalidCert](docsource/images/ThunderSsl-custom-field-allowInvalidCert-dialog.png)
402+
403+
404+
405+
406+
397407
</details>
398408
</details>
399409

@@ -642,6 +652,51 @@ the Keyfactor Command Portal
642652

643653
![ThunderMgmt Custom Fields Tab](docsource/images/ThunderMgmt-custom-fields-store-type-dialog.png)
644654

655+
656+
###### Orch To Scp Server Ip
657+
IP address or hostname of the SCP server that the Universal Orchestrator will connect to for uploading certificate files. This SCP server acts as an intermediary storage location before the A10 device retrieves the certificates.
658+
659+
![ThunderMgmt Custom Field - OrchToScpServerIp](docsource/images/ThunderMgmt-custom-field-OrchToScpServerIp-dialog.png)
660+
661+
662+
663+
###### Port Used For Scp
664+
TCP port number used for SSH/SCP connections to the SCP server. Typically port 22 for standard SSH/SCP operations.
665+
666+
![ThunderMgmt Custom Field - ScpPort](docsource/images/ThunderMgmt-custom-field-ScpPort-dialog.png)
667+
668+
669+
670+
###### UserName Used For Scp
671+
Username credential for authenticating to the SCP server. This account must have write permissions to the target directory path specified in the certificate store configuration. Supports PAM integration for secure credential retrieval.
672+
673+
![ThunderMgmt Custom Field - ScpUserName](docsource/images/ThunderMgmt-custom-field-ScpUserName-dialog.png)
674+
675+
676+
677+
###### Password Used For Scp
678+
Password credential for authenticating to the SCP server. Used in conjunction with ScpUserName for SSH/SCP authentication. Supports PAM integration for secure credential retrieval.
679+
680+
![ThunderMgmt Custom Field - ScpPassword](docsource/images/ThunderMgmt-custom-field-ScpPassword-dialog.png)
681+
682+
683+
684+
###### A10 Device To Scp Server Ip
685+
IP address or hostname that the A10 vThunder device uses to connect to the SCP server for retrieving certificate files. This may differ from OrchToScpServerIp due to network topology, routing, or firewall configurations where the A10 device and orchestrator access the SCP server through different network paths.
686+
687+
![ThunderMgmt Custom Field - A10ToScpServerIp](docsource/images/ThunderMgmt-custom-field-A10ToScpServerIp-dialog.png)
688+
689+
690+
691+
###### Allow Invalid Cert on A10 Management API
692+
Boolean value specifying whether to allow connections to the A10 vThunder management API when it presents an invalid or self-signed SSL/TLS certificate. Set to true to bypass certificate validation for AXAPI connections used during the certificate installation process.
693+
694+
![ThunderMgmt Custom Field - allowInvalidCert](docsource/images/ThunderMgmt-custom-field-allowInvalidCert-dialog.png)
695+
696+
697+
698+
699+
645700
</details>
646701
</details>
647702

@@ -650,15 +705,14 @@ the Keyfactor Command Portal
650705

651706
1. **Download the latest a10vThunder Universal Orchestrator extension from GitHub.**
652707

653-
Navigate to the [a10vThunder Universal Orchestrator extension GitHub version page](https://github.com/Keyfactor/a10vthunder-orchestrator/releases/latest). Refer to the compatibility matrix below to determine whether the `net6.0` or `net8.0` asset should be downloaded. Then, click the corresponding asset to download the zip archive.
708+
Navigate to the [a10vThunder Universal Orchestrator extension GitHub version page](https://github.com/Keyfactor/a10vthunder-orchestrator/releases/latest). Refer to the compatibility matrix below to determine the asset should be downloaded. Then, click the corresponding asset to download the zip archive.
654709

655710
| Universal Orchestrator Version | Latest .NET version installed on the Universal Orchestrator server | `rollForward` condition in `Orchestrator.runtimeconfig.json` | `a10vthunder-orchestrator` .NET version to download |
656711
| --------- | ----------- | ----------- | ----------- |
657712
| Older than `11.0.0` | | | `net6.0` |
658713
| Between `11.0.0` and `11.5.1` (inclusive) | `net6.0` | | `net6.0` |
659-
| Between `11.0.0` and `11.5.1` (inclusive) | `net8.0` | `Disable` | `net6.0` |
660-
| Between `11.0.0` and `11.5.1` (inclusive) | `net8.0` | `LatestMajor` | `net8.0` |
661-
| `11.6` _and_ newer | `net8.0` | | `net8.0` |
714+
| 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` |
715+
| `11.6` _and_ newer | `net8.0` | | `net8.0` |
662716

663717
Unzip the archive containing extension assemblies to a known location.
664718

0 commit comments

Comments
 (0)