Skip to content

Commit 234d46b

Browse files
author
Keyfactor
committed
Update generated docs
1 parent 1e10d80 commit 234d46b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -924,7 +924,8 @@ The Remote File Orchestrator Extension uses a JSON configuration file. It is loc
924924
"FileTransferProtocol": "SCP",
925925
"DefaultLinuxPermissionsOnStoreCreation": "600",
926926
"DefaultOwnerOnStoreCreation": "",
927-
"SSHPort": ""
927+
"SSHPort": "",
928+
"UseShellCommands": "Y"
928929
}
929930
```
930931

@@ -939,6 +940,7 @@ The Remote File Orchestrator Extension uses a JSON configuration file. It is loc
939940
| `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. |
940941
| `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. |
941942
| `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) |
942944

943945

944946
## Defining Certificate Stores

0 commit comments

Comments
 (0)