Skip to content

Commit 44357ef

Browse files
author
Lee Fine
committed
2 parents 467dab7 + a55e4c4 commit 44357ef

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,7 @@ The Remote File Universal Orchestrator extension implements 6 Certificate Store
259259
| 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 |
260260
| RemoveRootCertificate | Remove Root Certificate from Chain | Remove root certificate from chain when adding/renewing a certificate in a store. | Bool | False | 🔲 Unchecked |
261261
| 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 then if necessary, the other). | MultipleChoice | SCP,SFTP,Both | 🔲 Unchecked |
262263

263264
The Custom Fields tab should look like this:
264265

@@ -332,6 +333,7 @@ The Remote File Universal Orchestrator extension implements 6 Certificate Store
332333
| 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 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. | Bool | false | 🔲 Unchecked |
333334
| RemoveRootCertificate | Remove Root Certificate from Chain | Remove root certificate from chain when adding/renewing a certificate in a store. | Bool | False | 🔲 Unchecked |
334335
| 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 then if necessary, the other). | MultipleChoice | SCP,SFTP,Both | 🔲 Unchecked |
335337

336338
The Custom Fields tab should look like this:
337339

@@ -401,6 +403,7 @@ The Remote File Universal Orchestrator extension implements 6 Certificate Store
401403
| 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 |
402404
| RemoveRootCertificate | Remove Root Certificate from Chain | Remove root certificate from chain when adding/renewing a certificate in a store. | Bool | False | 🔲 Unchecked |
403405
| 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 then if necessary, the other). | MultipleChoice | SCP,SFTP,Both | 🔲 Unchecked |
404407

405408
The Custom Fields tab should look like this:
406409

@@ -471,6 +474,7 @@ The Remote File Universal Orchestrator extension implements 6 Certificate Store
471474
| 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 |
472475
| RemoveRootCertificate | Remove Root Certificate from Chain | Remove root certificate from chain when adding/renewing a certificate in a store. | Bool | False | 🔲 Unchecked |
473476
| 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 then if necessary, the other). | MultipleChoice | SCP,SFTP,Both | 🔲 Unchecked |
474478

475479
The Custom Fields tab should look like this:
476480

@@ -540,6 +544,7 @@ The Remote File Universal Orchestrator extension implements 6 Certificate Store
540544
| 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 |
541545
| RemoveRootCertificate | Remove Root Certificate from Chain | Remove root certificate from chain when adding/renewing a certificate in a store. | Bool | False | 🔲 Unchecked |
542546
| 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 then if necessary, the other). | MultipleChoice | SCP,SFTP,Both | 🔲 Unchecked |
543548

544549
The Custom Fields tab should look like this:
545550

@@ -610,6 +615,7 @@ The Remote File Universal Orchestrator extension implements 6 Certificate Store
610615
| 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 |
611616
| RemoveRootCertificate | Remove Root Certificate from Chain | Remove root certificate from chain when adding/renewing a certificate in a store. | Bool | False | 🔲 Unchecked |
612617
| 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 then if necessary, the other). | MultipleChoice | SCP,SFTP,Both | 🔲 Unchecked |
613619

614620
The Custom Fields tab should look like this:
615621

@@ -784,6 +790,7 @@ The Remote File Universal Orchestrator extension implements 6 Certificate Store
784790
| SudoImpersonatingUser | The SudoImpersonatingUser field should contain a valid user ID to impersonate using sudo on the destination Linux server. Example: 'impersonatedUserID'. |
785791
| RemoveRootCertificate | Remove root certificate from chain when adding/renewing a certificate in a store. |
786792
| 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). |
787794
| Store Password | Password used to secure the Certificate Store |
788795
789796
@@ -831,6 +838,7 @@ The Remote File Universal Orchestrator extension implements 6 Certificate Store
831838
| SudoImpersonatingUser | The SudoImpersonatingUser field should contain a valid user ID to impersonate using sudo on the destination Linux server. Example: 'impersonatedUserID'. |
832839
| RemoveRootCertificate | Remove root certificate from chain when adding/renewing a certificate in a store. |
833840
| 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). |
834842
| Store Password | Password used to secure the Certificate Store |
835843
836844
@@ -892,6 +900,7 @@ The Remote File Universal Orchestrator extension implements 6 Certificate Store
892900
| 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. |
893901
| RemoveRootCertificate | Remove root certificate from chain when adding/renewing a certificate in a store. |
894902
| 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). |
895904
| 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' |
896905
897906
@@ -943,6 +952,7 @@ The Remote File Universal Orchestrator extension implements 6 Certificate Store
943952
| 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. |
944953
| RemoveRootCertificate | Remove root certificate from chain when adding/renewing a certificate in a store. |
945954
| 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). |
946956
| 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' |
947957
948958
@@ -1000,6 +1010,7 @@ The Remote File Universal Orchestrator extension implements 6 Certificate Store
10001010
| SudoImpersonatingUser | The SudoImpersonatingUser field should contain a valid user ID to impersonate using sudo on the destination Linux server. Example: 'impersonatedUserID'. |
10011011
| RemoveRootCertificate | Remove root certificate from chain when adding/renewing a certificate in a store. |
10021012
| 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). |
10031014
| Store Password | Password used to secure the Certificate Store |
10041015
10051016
@@ -1047,6 +1058,7 @@ The Remote File Universal Orchestrator extension implements 6 Certificate Store
10471058
| SudoImpersonatingUser | The SudoImpersonatingUser field should contain a valid user ID to impersonate using sudo on the destination Linux server. Example: 'impersonatedUserID'. |
10481059
| RemoveRootCertificate | Remove root certificate from chain when adding/renewing a certificate in a store. |
10491060
| 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). |
10501062
| Store Password | Password used to secure the Certificate Store |
10511063
10521064
@@ -1105,6 +1117,7 @@ The Remote File Universal Orchestrator extension implements 6 Certificate Store
11051117
| 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'. |
11061118
| RemoveRootCertificate | Remove root certificate from chain when adding/renewing a certificate in a store. |
11071119
| 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). |
11081121
| Store Password | Password used to secure the Certificate Store |
11091122
11101123
@@ -1153,6 +1166,7 @@ The Remote File Universal Orchestrator extension implements 6 Certificate Store
11531166
| 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'. |
11541167
| RemoveRootCertificate | Remove root certificate from chain when adding/renewing a certificate in a store. |
11551168
| 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). |
11561170
| Store Password | Password used to secure the Certificate Store |
11571171
11581172
@@ -1210,6 +1224,7 @@ The Remote File Universal Orchestrator extension implements 6 Certificate Store
12101224
| SudoImpersonatingUser | The SudoImpersonatingUser field should contain a valid user ID to impersonate using sudo on the destination Linux server. Example: 'impersonatedUserID'. |
12111225
| RemoveRootCertificate | Remove root certificate from chain when adding/renewing a certificate in a store. |
12121226
| 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). |
12131228
| Store Password | Password used to secure the Certificate Store |
12141229
12151230
@@ -1257,6 +1272,7 @@ The Remote File Universal Orchestrator extension implements 6 Certificate Store
12571272
| SudoImpersonatingUser | The SudoImpersonatingUser field should contain a valid user ID to impersonate using sudo on the destination Linux server. Example: 'impersonatedUserID'. |
12581273
| RemoveRootCertificate | Remove root certificate from chain when adding/renewing a certificate in a store. |
12591274
| 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). |
12601276
| Store Password | Password used to secure the Certificate Store |
12611277
12621278
@@ -1315,6 +1331,7 @@ The Remote File Universal Orchestrator extension implements 6 Certificate Store
13151331
| 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'. |
13161332
| RemoveRootCertificate | Remove root certificate from chain when adding/renewing a certificate in a store. |
13171333
| 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). |
13181335
| Store Password | Password used to secure the Certificate Store |
13191336
13201337
@@ -1363,6 +1380,7 @@ The Remote File Universal Orchestrator extension implements 6 Certificate Store
13631380
| 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'. |
13641381
| RemoveRootCertificate | Remove root certificate from chain when adding/renewing a certificate in a store. |
13651382
| 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). |
13661384
| Store Password | Password used to secure the Certificate Store |
13671385
13681386

0 commit comments

Comments
 (0)