You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`echo`| Used to append a newline and terminate all commands sent. |
46
-
|`find`| Used by Discovery jobs to locate potential certificate stores on the file system. |
47
-
|`cp`| Used by Inventory and Management Add/Remove/Create jobs to determine if certificate store file exists. |
48
-
|`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). |
49
-
|`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). |
50
-
|`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). |
51
-
|`rm`| Used by Inventory and Management Add/Remove jobs to remove temporary files (only when an alternate upload/download folder has been configured). |
52
-
|`install`| Used by the Management Create Store job when initializing a certificate store file. |
53
-
|`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. |
54
-
|`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. |
42
+
account. The full list of these commands and when they are used is illustrated below:
(a) - Only used if config.json setting SeparateUploadFilePath is used (non empty value)
58
+
(b) - Only used if config.json setting SeparateUploadFilePath is used (non empty value) AND the config.json or certificate store setting SudoImpersonatedUser is not used (empty value)
59
+
(c) - Only used if store type is RFKDB or RFORA AND config.json setting SeparateUploadFilePath is used (non empty value)
60
+
(d) - Only used if using store type is either RFKDB or RFORA OR any store type and the config.json setting SeparateUploadFilePath is used (non empty value)
61
+
(e) - RFORA store type only
62
+
(f) - RFKDB store type only
55
63
56
64
2. When orchestrating management of local or external certificate stores, the Remote File Orchestrator Extension makes
57
65
use of SFTP and/or SCP to transfer files to and from the orchestrated server. `SFTP/SCP` cannot make use of `sudo`, so
0 commit comments