Skip to content

Commit d8f61ad

Browse files
author
Keyfactor
committed
Update generated docs
1 parent 9d1faf5 commit d8f61ad

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,15 @@ Before running, configure **`DigicertMetadataSync.dll.config`** and **`manualfie
4545

4646
## Settings
4747

48+
### Command Line Arguments
49+
One of these two arguments needs to be used for the tool to run.
50+
51+
- **"kftodc"**
52+
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`
53+
54+
- **"dctokf"**
55+
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`
56+
4857
### `DigicertMetadataSync.dll.config` keys
4958
- **`DigicertAPIKey`**
5059
Your DigiCert API Key with **API key restrictions** set to **Orders, Domains and Organizations".
@@ -74,8 +83,7 @@ Before running, configure **`DigicertMetadataSync.dll.config`** and **`manualfie
7483
When `ImportAllCustomDigicertFields=true`, DigiCert labels that contain spaces will be converted to Keyfactor‑safe names using this string. Example: set to `"_"` to turn `"Requester Email"` into `"Requester_Email"`.
7584

7685
- **`SyncReissue`** (boolean)
77-
When `true`, the Keyfactor lookup includes **revoked** and **expired** certificates (`pq.includeRevoked=true&pq.includeExpired=true`).
78-
-
86+
When `true`, the Keyfactor lookup includes **revoked** and **expired** certificates (`pq.includeRevoked=true&pq.includeExpired=true`).
7987

8088
### Example `DigicertMetadataSync.dll.config`
8189
File is available within the repository named as App.config (**should be renamed to DigicertMetadataSync.dll.config for actual use**).

0 commit comments

Comments
 (0)