Skip to content

Commit 84ea2b1

Browse files
author
Lee Fine
committed
2 parents 7804c83 + a85ee50 commit 84ea2b1

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

README.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,7 @@ The Remote File Orchestrator Extension uses a JSON configuration file. It is lo
726726
727727
* The Linux file permissions that will be set on a new certificate store created via a Management Create job or a Management Add job where CreateStoreOnAddIsMissing is set to "Y". This value will be used for all certificate stores managed by this orchestrator instance unless overridden by the optional "Linux File Permissions on Store Creation" custom parameter setting on a specific certificate store. See the [Creating Certificate Store Types](#creating-certificate-store-types) section for more information on creating RemoteFile certificate store types.
728728
* Allowed values - Any 3 digit value from 000-777.
729-
* Default Value - 600.
729+
* Default Value - blank (if this and the LinuxFilePermissionsOnStoreCreation certificate store setting are both left blank, the permissions on the parent folder will be used).
730730
731731
</details>
732732
@@ -735,7 +735,7 @@ The Remote File Orchestrator Extension uses a JSON configuration file. It is lo
735735
736736
* When a Management job is run to remotely create the physical certificate store on a remote server, by default the file owner and group will be set to the user name associated with the Keyfactor certificate store. Setting DefaultOwnerOnStoreCreation to an alternate valid Linux user name will set that as the owner instead. The owner AND group may be supplied by adding a ":" as a delimitter between the owner and group values, such as ownerId:groupId. Supplying only the ownerId will set that value as the file owner. The group name will default to how the Linux "install" command handles assigning the group. The optional "Linux File Owner on Store Creation" custom parameter setting for a specific certificate store can override this value for a specific store. See the [Creating Certificate Store Types](#creating-certificate-store-types) section for more information on creating RemoteFile certificate store types.
737737
* Allowed values - Any valid user id that the destination Linux server will recognize
738-
* Default Value - blank (the ID associated with the Keyfactor certificate store will be used).
738+
* Default Value - blank (if this and the LinuxFileOwnerOnStoreCreation certificate store setting are both left blank, the owner of the parent folder will be used).
739739
740740
</details>
741741
@@ -1365,14 +1365,6 @@ When scheduling discovery jobs in Keyfactor Command, there are a few fields that
13651365
The IP address or DNS of the server hosting the certificate store. For more information, see [Client Machine ](#client-machine-instructions)
13661366
13671367
</details>
1368-
1369-
<details>
1370-
<summary>Store Path</summary>
1371-
1372-
For Linux orchestrated servers, "StorePath" will begin with a forward slash (/) and contain the full path and file name, including file extension if one exists (i.e. /folder/path/storename.ext). For Windows orchestrated servers, it should be the full path and file name, including file extension if one exists, beginning with a drive letter (i.e. c:\folder\path\storename.ext).
1373-
1374-
</details>
1375-
13761368
<details>
13771369
<summary>Server Username/Password</summary>
13781370

0 commit comments

Comments
 (0)