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
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -259,6 +259,7 @@ The Remote File Universal Orchestrator extension implements 6 Certificate Store
259
259
| SudoImpersonatingUser | Sudo Impersonating User | The SudoImpersonatingUser field should contain a valid user ID to impersonate using sudo on the destination Linux server. Example: 'impersonatedUserID'. | String || 🔲 Unchecked |
260
260
| RemoveRootCertificate | Remove Root Certificate from Chain | Remove root certificate from chain when adding/renewing a certificate in a store. | Bool | False | 🔲 Unchecked |
261
261
| IncludePortInSPN | Include Port in SPN for WinRM | Internally set the -IncludePortInSPN option when creating the remote PowerShell connection. Needed for some Kerberos configurations. | Bool | False | 🔲 Unchecked |
262
+
| FileTransferProtocol | File Transfer Protocol to Use | Which protocol should be used when uploading/downloading files - SCP, SFTP, or Both (try one, and thenif necessary, the other). | MultipleChoice | SCP,SFTP,Both | 🔲 Unchecked |
262
263
263
264
The Custom Fields tab should look like this:
264
265
@@ -332,6 +333,7 @@ The Remote File Universal Orchestrator extension implements 6 Certificate Store
332
333
| IgnorePrivateKeyOnInventory | Ignore Private Key On Inventory | The IgnorePrivateKeyOnInventory field should contain a boolean value ('true' or 'false') indicating whether to disregard the private key during inventory. Setting this to 'true' will allow inventory forthe store without needing to supply the location of the private key or the password if the key is encrypted. However, doing this makes the storein effect inventory-only and no management jobs will be able to be run for this store. Example: 'true' to ignore the private key or 'false' to include it. | Bool |false| 🔲 Unchecked |
333
334
| RemoveRootCertificate | Remove Root Certificate from Chain | Remove root certificate from chain when adding/renewing a certificate in a store. | Bool | False | 🔲 Unchecked |
334
335
| IncludePortInSPN | Include Port in SPN for WinRM | Internally set the -IncludePortInSPN option when creating the remote PowerShell connection. Needed for some Kerberos configurations. | Bool | False | 🔲 Unchecked |
336
+
| FileTransferProtocol | File Transfer Protocol to Use | Which protocol should be used when uploading/downloading files - SCP, SFTP, or Both (try one, and thenif necessary, the other). | MultipleChoice | SCP,SFTP,Both | 🔲 Unchecked |
335
337
336
338
The Custom Fields tab should look like this:
337
339
@@ -401,6 +403,7 @@ The Remote File Universal Orchestrator extension implements 6 Certificate Store
401
403
| SudoImpersonatingUser | Sudo Impersonating User | The SudoImpersonatingUser field should contain a valid user ID to impersonate using sudo on the destination Linux server. Example: 'impersonatedUserID'. | String || 🔲 Unchecked |
402
404
| RemoveRootCertificate | Remove Root Certificate from Chain | Remove root certificate from chain when adding/renewing a certificate in a store. | Bool | False | 🔲 Unchecked |
403
405
| IncludePortInSPN | Include Port in SPN for WinRM | Internally set the -IncludePortInSPN option when creating the remote PowerShell connection. Needed for some Kerberos configurations. | Bool | False | 🔲 Unchecked |
406
+
| FileTransferProtocol | File Transfer Protocol to Use | Which protocol should be used when uploading/downloading files - SCP, SFTP, or Both (try one, and thenif necessary, the other). | MultipleChoice | SCP,SFTP,Both | 🔲 Unchecked |
404
407
405
408
The Custom Fields tab should look like this:
406
409
@@ -471,6 +474,7 @@ The Remote File Universal Orchestrator extension implements 6 Certificate Store
471
474
| SeparatePrivateKeyFilePath | Separate Private Key File Location | The SeparatePrivateKeyFilePath field should contain the full path and file name where the separate private key file will be stored if it is to be kept outside the main certificate file. Example: '/path/to/privatekey.der'. | String || 🔲 Unchecked |
472
475
| RemoveRootCertificate | Remove Root Certificate from Chain | Remove root certificate from chain when adding/renewing a certificate in a store. | Bool | False | 🔲 Unchecked |
473
476
| IncludePortInSPN | Include Port in SPN for WinRM | Internally set the -IncludePortInSPN option when creating the remote PowerShell connection. Needed for some Kerberos configurations. | Bool | False | 🔲 Unchecked |
477
+
| FileTransferProtocol | File Transfer Protocol to Use | Which protocol should be used when uploading/downloading files - SCP, SFTP, or Both (try one, and thenif necessary, the other). | MultipleChoice | SCP,SFTP,Both | 🔲 Unchecked |
474
478
475
479
The Custom Fields tab should look like this:
476
480
@@ -540,6 +544,7 @@ The Remote File Universal Orchestrator extension implements 6 Certificate Store
540
544
| SudoImpersonatingUser | Sudo Impersonating User | The SudoImpersonatingUser field should contain a valid user ID to impersonate using sudo on the destination Linux server. Example: 'impersonatedUserID'. | String || 🔲 Unchecked |
541
545
| RemoveRootCertificate | Remove Root Certificate from Chain | Remove root certificate from chain when adding/renewing a certificate in a store. | Bool | False | 🔲 Unchecked |
542
546
| IncludePortInSPN | Include Port in SPN for WinRM | Internally set the -IncludePortInSPN option when creating the remote PowerShell connection. Needed for some Kerberos configurations. | Bool | False | 🔲 Unchecked |
547
+
| FileTransferProtocol | File Transfer Protocol to Use | Which protocol should be used when uploading/downloading files - SCP, SFTP, or Both (try one, and thenif necessary, the other). | MultipleChoice | SCP,SFTP,Both | 🔲 Unchecked |
543
548
544
549
The Custom Fields tab should look like this:
545
550
@@ -610,6 +615,7 @@ The Remote File Universal Orchestrator extension implements 6 Certificate Store
610
615
| WorkFolder | Location to use for creation/removal of work files | The WorkFolder field should contain the path on the managed server where temporary work files can be created, modified, and deleted during Inventory and Management jobs. Example: '/path/to/workfolder'. | String || ✅ Checked |
611
616
| RemoveRootCertificate | Remove Root Certificate from Chain | Remove root certificate from chain when adding/renewing a certificate in a store. | Bool | False | 🔲 Unchecked |
612
617
| IncludePortInSPN | Include Port in SPN for WinRM | Internally set the -IncludePortInSPN option when creating the remote PowerShell connection. Needed for some Kerberos configurations. | Bool | False | 🔲 Unchecked |
618
+
| FileTransferProtocol | File Transfer Protocol to Use | Which protocol should be used when uploading/downloading files - SCP, SFTP, or Both (try one, and thenif necessary, the other). | MultipleChoice | SCP,SFTP,Both | 🔲 Unchecked |
613
619
614
620
The Custom Fields tab should look like this:
615
621
@@ -784,6 +790,7 @@ The Remote File Universal Orchestrator extension implements 6 Certificate Store
784
790
| SudoImpersonatingUser | The SudoImpersonatingUser field should contain a valid user ID to impersonate using sudo on the destination Linux server. Example: 'impersonatedUserID'. |
785
791
| RemoveRootCertificate | Remove root certificate from chain when adding/renewing a certificate in a store. |
786
792
| IncludePortInSPN | Internally set the -IncludePortInSPN option when creating the remote PowerShell connection. Needed for some Kerberos configurations. |
793
+
| FileTransferProtocol | Which protocol should be used when uploading/downloading files - SCP, SFTP, or Both (try one, and then if necessary, the other). |
787
794
| Store Password | Password used to secure the Certificate Store |
788
795
789
796
@@ -831,6 +838,7 @@ The Remote File Universal Orchestrator extension implements 6 Certificate Store
831
838
| SudoImpersonatingUser | The SudoImpersonatingUser field should contain a valid user ID to impersonate using sudo on the destination Linux server. Example: 'impersonatedUserID'. |
832
839
| RemoveRootCertificate | Remove root certificate from chain when adding/renewing a certificate in a store. |
833
840
| IncludePortInSPN | Internally set the -IncludePortInSPN option when creating the remote PowerShell connection. Needed for some Kerberos configurations. |
841
+
| FileTransferProtocol | Which protocol should be used when uploading/downloading files - SCP, SFTP, or Both (try one, and then if necessary, the other). |
834
842
| Store Password | Password used to secure the Certificate Store |
835
843
836
844
@@ -892,6 +900,7 @@ The Remote File Universal Orchestrator extension implements 6 Certificate Store
892
900
| IgnorePrivateKeyOnInventory | The IgnorePrivateKeyOnInventory field should contain a boolean value ('true' or 'false') indicating whether to disregard the private key during inventory. Setting this to 'true' will allow inventory for the store without needing to supply the location of the private key or the password if the key is encrypted. However, doing this makes the store in effect inventory-only and no management jobs will be able to be run for this store. Example: 'true' to ignore the private key or 'false' to include it. |
893
901
| RemoveRootCertificate | Remove root certificate from chain when adding/renewing a certificate in a store. |
894
902
| IncludePortInSPN | Internally set the -IncludePortInSPN option when creating the remote PowerShell connection. Needed for some Kerberos configurations. |
903
+
| FileTransferProtocol | Which protocol should be used when uploading/downloading files - SCP, SFTP, or Both (try one, and then if necessary, the other). |
895
904
| Store Password | Password used to secure the Certificate Store. For stores with PKCS#8 private keys, set the password for encrypted private keys (BEGIN ENCRYPTED PRIVATE KEY) or 'No Value' for unencrypted private keys (BEGIN PRIVATE KEY). If managing a store with a PKCS#1 private key (BEGIN RSA PRIVATE KEY), this value MUST be set to 'No Value' |
896
905
897
906
@@ -943,6 +952,7 @@ The Remote File Universal Orchestrator extension implements 6 Certificate Store
943
952
| IgnorePrivateKeyOnInventory | The IgnorePrivateKeyOnInventory field should contain a boolean value ('true' or 'false') indicating whether to disregard the private key during inventory. Setting this to 'true' will allow inventory for the store without needing to supply the location of the private key or the password if the key is encrypted. However, doing this makes the store in effect inventory-only and no management jobs will be able to be run for this store. Example: 'true' to ignore the private key or 'false' to include it. |
944
953
| RemoveRootCertificate | Remove root certificate from chain when adding/renewing a certificate in a store. |
945
954
| IncludePortInSPN | Internally set the -IncludePortInSPN option when creating the remote PowerShell connection. Needed for some Kerberos configurations. |
955
+
| FileTransferProtocol | Which protocol should be used when uploading/downloading files - SCP, SFTP, or Both (try one, and then if necessary, the other). |
946
956
| Store Password | Password used to secure the Certificate Store. For stores with PKCS#8 private keys, set the password for encrypted private keys (BEGIN ENCRYPTED PRIVATE KEY) or 'No Value' for unencrypted private keys (BEGIN PRIVATE KEY). If managing a store with a PKCS#1 private key (BEGIN RSA PRIVATE KEY), this value MUST be set to 'No Value' |
947
957
948
958
@@ -1000,6 +1010,7 @@ The Remote File Universal Orchestrator extension implements 6 Certificate Store
1000
1010
| SudoImpersonatingUser | The SudoImpersonatingUser field should contain a valid user ID to impersonate using sudo on the destination Linux server. Example: 'impersonatedUserID'. |
1001
1011
| RemoveRootCertificate | Remove root certificate from chain when adding/renewing a certificate in a store. |
1002
1012
| IncludePortInSPN | Internally set the -IncludePortInSPN option when creating the remote PowerShell connection. Needed for some Kerberos configurations. |
1013
+
| FileTransferProtocol | Which protocol should be used when uploading/downloading files - SCP, SFTP, or Both (try one, and then if necessary, the other). |
1003
1014
| Store Password | Password used to secure the Certificate Store |
1004
1015
1005
1016
@@ -1047,6 +1058,7 @@ The Remote File Universal Orchestrator extension implements 6 Certificate Store
1047
1058
| SudoImpersonatingUser | The SudoImpersonatingUser field should contain a valid user ID to impersonate using sudo on the destination Linux server. Example: 'impersonatedUserID'. |
1048
1059
| RemoveRootCertificate | Remove root certificate from chain when adding/renewing a certificate in a store. |
1049
1060
| IncludePortInSPN | Internally set the -IncludePortInSPN option when creating the remote PowerShell connection. Needed for some Kerberos configurations. |
1061
+
| FileTransferProtocol | Which protocol should be used when uploading/downloading files - SCP, SFTP, or Both (try one, and then if necessary, the other). |
1050
1062
| Store Password | Password used to secure the Certificate Store |
1051
1063
1052
1064
@@ -1105,6 +1117,7 @@ The Remote File Universal Orchestrator extension implements 6 Certificate Store
1105
1117
| SeparatePrivateKeyFilePath | The SeparatePrivateKeyFilePath field should contain the full path and file name where the separate private key file will be stored if it is to be kept outside the main certificate file. Example: '/path/to/privatekey.der'. |
1106
1118
| RemoveRootCertificate | Remove root certificate from chain when adding/renewing a certificate in a store. |
1107
1119
| IncludePortInSPN | Internally set the -IncludePortInSPN option when creating the remote PowerShell connection. Needed for some Kerberos configurations. |
1120
+
| FileTransferProtocol | Which protocol should be used when uploading/downloading files - SCP, SFTP, or Both (try one, and then if necessary, the other). |
1108
1121
| Store Password | Password used to secure the Certificate Store |
1109
1122
1110
1123
@@ -1153,6 +1166,7 @@ The Remote File Universal Orchestrator extension implements 6 Certificate Store
1153
1166
| SeparatePrivateKeyFilePath | The SeparatePrivateKeyFilePath field should contain the full path and file name where the separate private key file will be stored if it is to be kept outside the main certificate file. Example: '/path/to/privatekey.der'. |
1154
1167
| RemoveRootCertificate | Remove root certificate from chain when adding/renewing a certificate in a store. |
1155
1168
| IncludePortInSPN | Internally set the -IncludePortInSPN option when creating the remote PowerShell connection. Needed for some Kerberos configurations. |
1169
+
| FileTransferProtocol | Which protocol should be used when uploading/downloading files - SCP, SFTP, or Both (try one, and then if necessary, the other). |
1156
1170
| Store Password | Password used to secure the Certificate Store |
1157
1171
1158
1172
@@ -1210,6 +1224,7 @@ The Remote File Universal Orchestrator extension implements 6 Certificate Store
1210
1224
| SudoImpersonatingUser | The SudoImpersonatingUser field should contain a valid user ID to impersonate using sudo on the destination Linux server. Example: 'impersonatedUserID'. |
1211
1225
| RemoveRootCertificate | Remove root certificate from chain when adding/renewing a certificate in a store. |
1212
1226
| IncludePortInSPN | Internally set the -IncludePortInSPN option when creating the remote PowerShell connection. Needed for some Kerberos configurations. |
1227
+
| FileTransferProtocol | Which protocol should be used when uploading/downloading files - SCP, SFTP, or Both (try one, and then if necessary, the other). |
1213
1228
| Store Password | Password used to secure the Certificate Store |
1214
1229
1215
1230
@@ -1257,6 +1272,7 @@ The Remote File Universal Orchestrator extension implements 6 Certificate Store
1257
1272
| SudoImpersonatingUser | The SudoImpersonatingUser field should contain a valid user ID to impersonate using sudo on the destination Linux server. Example: 'impersonatedUserID'. |
1258
1273
| RemoveRootCertificate | Remove root certificate from chain when adding/renewing a certificate in a store. |
1259
1274
| IncludePortInSPN | Internally set the -IncludePortInSPN option when creating the remote PowerShell connection. Needed for some Kerberos configurations. |
1275
+
| FileTransferProtocol | Which protocol should be used when uploading/downloading files - SCP, SFTP, or Both (try one, and then if necessary, the other). |
1260
1276
| Store Password | Password used to secure the Certificate Store |
1261
1277
1262
1278
@@ -1315,6 +1331,7 @@ The Remote File Universal Orchestrator extension implements 6 Certificate Store
1315
1331
| WorkFolder | The WorkFolder field should contain the path on the managed server where temporary work files can be created, modified, and deleted during Inventory and Management jobs. Example: '/path/to/workfolder'. |
1316
1332
| RemoveRootCertificate | Remove root certificate from chain when adding/renewing a certificate in a store. |
1317
1333
| IncludePortInSPN | Internally set the -IncludePortInSPN option when creating the remote PowerShell connection. Needed for some Kerberos configurations. |
1334
+
| FileTransferProtocol | Which protocol should be used when uploading/downloading files - SCP, SFTP, or Both (try one, and then if necessary, the other). |
1318
1335
| Store Password | Password used to secure the Certificate Store |
1319
1336
1320
1337
@@ -1363,6 +1380,7 @@ The Remote File Universal Orchestrator extension implements 6 Certificate Store
1363
1380
| WorkFolder | The WorkFolder field should contain the path on the managed server where temporary work files can be created, modified, and deleted during Inventory and Management jobs. Example: '/path/to/workfolder'. |
1364
1381
| RemoveRootCertificate | Remove root certificate from chain when adding/renewing a certificate in a store. |
1365
1382
| IncludePortInSPN | Internally set the -IncludePortInSPN option when creating the remote PowerShell connection. Needed for some Kerberos configurations. |
1383
+
| FileTransferProtocol | Which protocol should be used when uploading/downloading files - SCP, SFTP, or Both (try one, and then if necessary, the other). |
1366
1384
| Store Password | Password used to secure the Certificate Store |
0 commit comments