From d1ddf9f0d9c57b0272abbf514d7c1219e0fb9c46 Mon Sep 17 00:00:00 2001 From: Lee Fine <50836957+leefine02@users.noreply.github.com> Date: Thu, 29 Feb 2024 08:53:20 -0500 Subject: [PATCH] Update readme_source.md --- readme_source.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme_source.md b/readme_source.md index 81ff3189..4ada9879 100644 --- a/readme_source.md +++ b/readme_source.md @@ -39,6 +39,8 @@ The version number of a the Remote File Orchestrator Extension can be verified b |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.| 2. The Remote File Orchestrator Extension makes use of SFTP and/or SCP to transfer files to and from the orchestrated server. SFTP/SCP cannot make use of sudo, so all folders containing certificate stores will need to allow SFTP/SCP file transfer. If this is not possible, set the values in the config.json apprpriately to use an alternative upload/download folder that does allow SFTP/SCP file transfer (See "Config File Setup" later in this README regarding the config.json file).