Skip to content

Commit ffd6063

Browse files
author
Lee Fine
committed
2 parents 18e6133 + 4772c6e commit ffd6063

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2187,15 +2187,17 @@ Steps to Implement:
21872187
* `Name` - The name of the command. Value must match what is entered for one of the `Multiple Choice Options` for the Custom Field created in Step 3.
21882188
* `Environment` - Linux or Windows. The certificate store server environment this command is valid for.
21892189
* `Command` - This is the actual command that will be run after a Management-Add or ODKG job if selected for the certificate store being managed.
2190-
3. Add a new (or edit the existing) Custom Field to the store type (RFJKS, RFPEM, etc) you wish to allow Management-Add and ODKG jobs to run commands after:
2190+
3. Add a new (or edit the existing) Custom Field to the store type (RFJKS, RFPEM, etc) you wish to allow post Management-Add and ODKG job commands to be run commands after:
21912191
* Name = `PostJobApplicationRestart` (name and case must be exact)
21922192
* Display Name = your preference
21932193
* Type = `MultipleChoice`
21942194
* Multiple Choice Options = Comma delimited list of command name values. Each should match an entry in the config.json PostJobCommands as mentioned in Step 2. PLEASE NOTE: if you are on a Keyfactor Command release prior to 25.2, you will need to enter a leading "," (comma) in the Multiple Choice Options to have a default blank option (no command run) when creating your certificate store(s). For 25.2 or later, the comma is not needed, and a blank option will automatically be the default.
21952195
* Depends On = unchecked
21962196
* Required = unchecked
21972197
4. Restart the Universal Orchestrator
2198-
5. Create or modify a Keyfactor Command Certificate Store of the type modified in Step 3. You should see a dropdown list labeled based on the Display Name you entered in Step 3. The possible values in the dropdown should match the Multiple Choice Options you entered in Step 3 and should match an entry in the config.json from Step 2. Select a value and save the store. For all successful Management-Add and ODKG jobs run for this store, the command entered in the config.json corresponding to the dropdown selection should be run over the SSH/WinRM connection used to process the job.
2198+
5. Create or modify a Keyfactor Command Certificate Store of the type modified in Step 3. You should see a dropdown list with a label matching the Display Name you entered in Step 3. The options in the dropdown should match the Multiple Choice Options you entered in Step 3 and each should match an entry in the config.json from Step 2. Select a value and save the store. For all successful Management-Add and ODKG jobs run for this store, the command entered in the config.json corresponding to the dropdown selection should be run over the SSH/WinRM connection used to process the job.
2199+
2200+
When a Management-Add or ODKG job is run for a Keyfactor Command Certificate Store that has a Post Job Command selected in the dropdown, the associated `Command` in the config.json will be run after job completeion as long as the Management-Add/ODKG job completes successfully.
21992201

22002202
Release 4.0 of the RemoteFile Orchestrator extension comes delivered with a config.json file containing an initial PostJobCommands section. You may keep these settings as is or modify based on the steps above. The integration-manifest.json file delivered with this integration contains the mappings of store types to these commands if you choose to use `kfutil` to create your RemoteFile store types.
22012203

0 commit comments

Comments
 (0)