Skip to content

Commit 9d1faf5

Browse files
committed
Readme update to include command line arg info.
1 parent ddef58e commit 9d1faf5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docsource/content.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,15 @@ Before running, configure **`DigicertMetadataSync.dll.config`** and **`manualfie
2020

2121
## Settings
2222

23+
### Command Line Arguments
24+
One of these two arguments needs to be used for the tool to run.
25+
26+
- **"kftodc"**
27+
Syncronizes the contents of custom fields listed in manualfields.json from Keyfactor to DigiCert. If the fields in manualfields.json do not exist in Keyfactor or DigiCert, they are created first. Example: `.\DigicertMetadataSync.exe kftodc`
28+
29+
- **"dctokf"**
30+
Syncronizes the contents of both custom and non-custom fields from DigiCert to Keyfactor. The fields are listed in manualfields.json, and are created if necessary. Example: `.\DigicertMetadataSync.exe dctokf`
31+
2332
### `DigicertMetadataSync.dll.config` keys
2433
- **`DigicertAPIKey`**
2534
Your DigiCert API Key with **API key restrictions** set to **Orders, Domains and Organizations".

0 commit comments

Comments
 (0)