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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -924,7 +924,8 @@ The Remote File Orchestrator Extension uses a JSON configuration file. It is loc
924
924
"FileTransferProtocol": "SCP",
925
925
"DefaultLinuxPermissionsOnStoreCreation": "600",
926
926
"DefaultOwnerOnStoreCreation": "",
927
-
"SSHPort": ""
927
+
"SSHPort": "",
928
+
"UseShellCommands": "Y"
928
929
}
929
930
```
930
931
@@ -939,6 +940,7 @@ The Remote File Orchestrator Extension uses a JSON configuration file. It is loc
939
940
|`DefaultLinuxPermissionsOnStoreCreation`|`600`| Any 3-digit value from 000-777 | Linux file permissions set on new certificate stores. If blank, permissions from the parent folder will be used. Only applicable for Linux hosted certificate stores. |
940
941
|`DefaultOwnerOnStoreCreation`|| Any valid user id | Sets the owner for newly created certificate stores. Can include group with format `ownerId:groupId`. If blank, the owner of the parent folder will be used. Only applicable for Linux hosted certificate stores. |
941
942
|`SSHPort`|| Any valid integer representing a port | The port that SSH is listening on. Default is 22. Only applicable for Linux hosted certificate stores. |
943
+
|`UseShellCommands`|`Y`|`Y/N`| Recommended to be set to the default value of 'Y'. For a detailed explanation of this setting, please refer to [Use Shell Commands Setting](#use-shell-commands-setting)|
0 commit comments