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
Copy file name to clipboardExpand all lines: README.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,15 @@ Before running, configure **`DigicertMetadataSync.dll.config`** and **`manualfie
45
45
46
46
## Settings
47
47
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
+
48
57
### `DigicertMetadataSync.dll.config` keys
49
58
-**`DigicertAPIKey`**
50
59
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
74
83
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"`.
75
84
76
85
-**`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`).
79
87
80
88
### Example `DigicertMetadataSync.dll.config`
81
89
File is available within the repository named as App.config (**should be renamed to DigicertMetadataSync.dll.config for actual use**).
0 commit comments