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
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -161,6 +161,7 @@ the Keyfactor Command Portal
161
161
| ServerUsername | Server Username | The Citrix username (or valid PAM key if the username is stored in a KF Command configured PAM integration) to be used to log into the Citrix device. | Secret || 🔲 Unchecked |
162
162
| ServerPassword | Server Password | The Citrix password (or valid PAM key if the password is stored in a KF Command configured PAM integration) to be used to log into the Citrix device. | Secret || 🔲 Unchecked |
163
163
| linkToIssuer | Link To Issuer | Determines whether an attempt will be made to link the added certificate (via a Management-Add job) to its issuing CA certificate. | Bool | false | 🔲 Unchecked |
164
+
| timeout | API Timeout in seconds | Determines timeout in seconds for all Citrix ADC API calls. | String | 3600 | 🔲 Unchecked |
164
165
165
166
The Custom Fields tab should look like this:
166
167
@@ -194,6 +195,13 @@ the Keyfactor Command Portal
194
195
195
196
196
197
198
+
###### API Timeout in seconds
199
+
Determines timeout in seconds for all Citrix ADC API calls.
200
+
201
+

202
+
203
+
204
+
197
205
198
206
199
207
##### Entry Parameters Tab
@@ -300,6 +308,7 @@ An optional config.json configuration file has been provided in the extensions f
300
308
| ServerUsername | The Citrix username (or valid PAM key if the username is stored in a KF Command configured PAM integration) to be used to log into the Citrix device. |
301
309
| ServerPassword | The Citrix password (or valid PAM key if the password is stored in a KF Command configured PAM integration) to be used to log into the Citrix device. |
302
310
| linkToIssuer | Determines whether an attempt will be made to link the added certificate (via a Management-Add job) to its issuing CA certificate. |
311
+
| timeout | Determines timeout in seconds for all Citrix ADC API calls. |
303
312
304
313
</details>
305
314
@@ -328,6 +337,7 @@ An optional config.json configuration file has been provided in the extensions f
328
337
| Properties.ServerUsername | The Citrix username (or valid PAM key if the username is stored in a KF Command configured PAM integration) to be used to log into the Citrix device. |
329
338
| Properties.ServerPassword | The Citrix password (or valid PAM key if the password is stored in a KF Command configured PAM integration) to be used to log into the Citrix device. |
330
339
| Properties.linkToIssuer | Determines whether an attempt will be made to link the added certificate (via a Management-Add job) to its issuing CA certificate. |
340
+
| Properties.timeout | Determines timeout in seconds for all Citrix ADC API calls. |
331
341
332
342
3. **Import the CSV file to create the certificate stores**
0 commit comments