Skip to content

Commit 98567e4

Browse files
author
Lee Fine
committed
1 parent 597fcbe commit 98567e4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docsource/content.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,8 @@ The Remote File Orchestrator Extension uses a JSON configuration file. It is loc
111111
"FileTransferProtocol": "SCP",
112112
"DefaultLinuxPermissionsOnStoreCreation": "600",
113113
"DefaultOwnerOnStoreCreation": "",
114-
"SSHPort": ""
114+
"SSHPort": "",
115+
"UseShellCommands": "Y"
115116
}
116117
```
117118

@@ -126,6 +127,7 @@ The Remote File Orchestrator Extension uses a JSON configuration file. It is loc
126127
| `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. |
127128
| `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. |
128129
| `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) |
129131

130132
## Discovery
131133

0 commit comments

Comments
 (0)