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
| 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
-
50
37
#### 📡 API Call Example (From A10 Device)
51
38
52
39
```http
@@ -110,5 +97,14 @@ This extension coordinates certificate and private key delivery by using SCP as
110
97
111
98
## Certificate Store Configuration
112
99
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 |
0 commit comments