-
Notifications
You must be signed in to change notification settings - Fork 5
Ab#74559 #87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Ab#74559 #87
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
df0170a
Merge pull request #86 from Keyfactor/release-2.11
spbsoluble 035f66d
Update generated docs
0d9c696
ab#74559
f16fe34
Merge branch 'ab#74559' of https://github.com/Keyfactor/remote-file-o…
68cd3fc
ab#74559
50ca99f
Update generated docs
73878da
ab#74559
3920d58
Merge branch 'ab#74559' of https://github.com/Keyfactor/remote-file-o…
e6047a8
Update generated docs
45c84b8
ab#74559
f5bd04c
Merge branch 'ab#74559' of https://github.com/Keyfactor/remote-file-o…
ae0124f
Update generated docs
252118e
ab#74559
11a9b4a
Merge branch 'ab#74559' of https://github.com/Keyfactor/remote-file-o…
b6fed1a
Update generated docs
14f731e
ab#74559
8444eaf
Merge branch 'ab#74559' of https://github.com/Keyfactor/remote-file-o…
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -32,26 +32,34 @@ certificates and certificate store files. | |||||
| <summary><b>Certificate stores hosted on Linux servers:</b></summary> | ||||||
|
|
||||||
| 1. The Remote File Orchestrator Extension makes use of a few common Linux commands when managing stores on Linux | ||||||
| servers. If the credentials you will be connecting with need elevated access to run these commands or to access the | ||||||
| servers as well as some specialized CLI commands for certain store types. If the credentials you will be connecting with | ||||||
| need elevated access to run these commands or to access the | ||||||
| certificate store files these commands operate against, you must set up the user id as a sudoer with no password | ||||||
| necessary and set the config.json `UseSudo` value to `Y`. When `RemoteFile` is using orchestration, managing local or | ||||||
| external certificate stores using `SSH` or `WinRM`, the security context is determined by the user id entered into the | ||||||
| Keyfactor Command certificate store or discovery job screens. When RemoteFile is running as an agent, managing local | ||||||
| stores only, the security context is the user id running the Keyfactor Command Universal Orchestrator service | ||||||
| account. The full list of these commands is below: | ||||||
|
|
||||||
| | Shell Command | Used For | | ||||||
| |----------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | ||||||
| | `echo` | Used to append a newline and terminate all commands sent. | | ||||||
| | `find` | Used by Discovery jobs to locate potential certificate stores on the file system. | | ||||||
| | `cp` | Used by Inventory and Management Add/Remove/Create jobs to determine if certificate store file exists. | | ||||||
| | `ls` | Used by Management Add/Remove jobs to copy the certificate store file to a temporary file (only when an alternate download folder has been configured). | | ||||||
| | `chown` | Used by the Inventory and Management Add/Remove jobs to set the permissions on the temporary file (only when an alternate download folder has been configured). | | ||||||
| | `tee` | Used by Management Add/Remove jobs to copy the temporary uploaded certificate file to the certificate store file (only when an alternate upload folder has been configured). | | ||||||
| | `rm` | Used by Inventory and Management Add/Remove jobs to remove temporary files (only when an alternate upload/download folder has been configured). | | ||||||
| | `install` | Used by the Management Create Store job when initializing a certificate store file. | | ||||||
| | `orapki` | Oracle Wallet CLI utility used by Inventory and Management Add/Remove jobs to manipulate an Oracle Wallet certificate store. Used for the RFORA store type only. | | ||||||
| | `gskcapicmd` | IBM Key Database CLI utility used by Inventory and Management Add/Remove jobs to manipulate an IBM Key Database certificate store. Used for the RFKDB store type only. | | ||||||
| account. The full list of these commands and when they are used is illustrated below: | ||||||
|
|
||||||
| | Shell Command | Discovery | Inventory | Management-Add | Management-Delete | Management-Create | | ||||||
| |----------------|-----------|-----------|----------------|-------------------|-------------------| | ||||||
| | `echo` | X | X | X | X | X | | ||||||
| | `find` | X | | | | | | ||||||
| | `cp` | | X(a) | X(a) | X(a) | | | ||||||
| | `ls` | | | X | X | X | | ||||||
| | `chown` | | X(b) | X(b) | X(b) | | | ||||||
| | `tee` | | X(c) | X(a) | X(a) | | | ||||||
| | `rm` | | X(d) | X(d) | X(d) | | | ||||||
| | `install` | | | | | X | | ||||||
| | `orapki` | | X(e) | X(e) | X(e) | | | ||||||
| | `gskcapicmd` | | X(f) | X(f) | X(f) | | | ||||||
|
|
||||||
| (a) - Only used if [config.json](#post-installation) setting SeparateUploadFilePath is used (non empty value) | ||||||
| (b) - Only used if [config.json](#post-installation) setting SeparateUploadFilePath is used (non empty value) AND the [config.json](#post-installation) or certificate store setting SudoImpersonatedUser is not used (empty value) | ||||||
| (c) - Only used if store type is RFKDB or RFORA AND [config.json](#post-installation) setting SeparateUploadFilePath is used (non empty value) | ||||||
| (d) - Only used if using store type is either RFKDB or RFORA OR any store type and the [config.json](#post-installation) setting SeparateUploadFilePath is used (non empty value) | ||||||
|
||||||
| (d) - Only used if using store type is either RFKDB or RFORA OR any store type and the [config.json](#post-installation) setting SeparateUploadFilePath is used (non empty value) | |
| (d) - Only used if the store type is either RFKDB or RFORA OR any store type and the [config.json](#post-installation) setting SeparateUploadFilePath is used (non empty value) |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The phrase "if using store type" should be "if the store type" for better grammar.