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: docsource/content.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
@@ -111,7 +111,8 @@ The Remote File Orchestrator Extension uses a JSON configuration file. It is loc
111
111
"FileTransferProtocol": "SCP",
112
112
"DefaultLinuxPermissionsOnStoreCreation": "600",
113
113
"DefaultOwnerOnStoreCreation": "",
114
-
"SSHPort": ""
114
+
"SSHPort": "",
115
+
"UseShellCommands": "Y"
115
116
}
116
117
```
117
118
@@ -126,6 +127,7 @@ The Remote File Orchestrator Extension uses a JSON configuration file. It is loc
126
127
|`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. |
127
128
|`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. |
128
129
|`SSHPort`|| Any valid integer representing a port | The port that SSH is listening on. Default is 22. Only applicable for Linux hosted certificate stores. |
130
+
|`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