Skip to content

Commit 10dc207

Browse files
Update thundermgmt.md
1 parent a3b7228 commit 10dc207

File tree

1 file changed

+10
-14
lines changed

1 file changed

+10
-14
lines changed

docsource/thundermgmt.md

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -34,19 +34,6 @@ This orchestrator extension automates the process of uploading, inventorying, an
3434

3535
---
3636

37-
#### ⚙️ Configuration Fields
38-
39-
| Name | Display Name | Description | Type | Required |
40-
|-------------------|-------------------------------|--------------------------------------------------------------|--------|----------|
41-
| OrchToScpServerIp | Orch To Scp Server IP | IP from the orchestrator to the SCP Linux server | String ||
42-
| ScpPort | Port Used For SCP | Port used to connect to the SCP server | String ||
43-
| ScpUserName | Username Used For SCP | Username for SCP access on the Linux server | Secret ||
44-
| ScpPassword | Password Used For SCP | Password for SCP access on the Linux server | Secret ||
45-
| A10ToScpServerIp | A10 Device To SCP Server IP | IP used by the A10 device to reach the SCP server (can be private) | String ||
46-
| allowInvalidCert | Allow Invalid Cert on A10 API | If true, allows self-signed/untrusted certs for A10 API access | Bool | ✅ (default: true) |
47-
48-
---
49-
5037
#### 📡 API Call Example (From A10 Device)
5138

5239
```http
@@ -110,5 +97,14 @@ This extension coordinates certificate and private key delivery by using SCP as
11097

11198
## Certificate Store Configuration
11299

113-
TODO Certificate Store Configuration is an optional section. If this section doesn't seem necessary on initial glance, please delete it. Refer to the docs on [Confluence](https://keyfactor.atlassian.net/wiki/x/SAAyHg) for more info
100+
### ⚙️ Configuration Fields
101+
102+
| Name | Display Name | Description | Type | Required |
103+
|-------------------|-------------------------------|--------------------------------------------------------------|--------|----------|
104+
| OrchToScpServerIp | Orch To Scp Server IP | IP from the orchestrator to the SCP Linux server | String ||
105+
| ScpPort | Port Used For SCP | Port used to connect to the SCP server | String ||
106+
| ScpUserName | Username Used For SCP | Username for SCP access on the Linux server | Secret ||
107+
| ScpPassword | Password Used For SCP | Password for SCP access on the Linux server | Secret ||
108+
| A10ToScpServerIp | A10 Device To SCP Server IP | IP used by the A10 device to reach the SCP server (can be private) | String ||
109+
| allowInvalidCert | Allow Invalid Cert on A10 API | If true, allows self-signed/untrusted certs for A10 API access | Bool | ✅ (default: true) |
114110

0 commit comments

Comments
 (0)