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
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
+

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
+

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
+

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
+

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
+

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
+

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
+

695
+
696
+
697
+
698
+
699
+
645
700
</details>
646
701
</details>
647
702
@@ -650,15 +705,14 @@ the Keyfactor Command Portal
650
705
651
706
1.**Download the latest a10vThunder Universal Orchestrator extension from GitHub.**
652
707
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.
654
709
655
710
| Universal Orchestrator Version | Latest .NET version installed on the Universal Orchestrator server |`rollForward` condition in `Orchestrator.runtimeconfig.json`|`a10vthunder-orchestrator` .NET version to download |
0 commit comments