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
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,6 @@ A tool to automatically synchronize metadata fields and their content from DigiC
6
6
7
7
8
8
9
-
10
-
11
9
## Support for Digicert Metadata Sync
12
10
13
11
Digicert Metadata Sync is open source and there is **no SLA** for this tool/library/client. Keyfactor will address issues as resources become available. Keyfactor customers may request escalation by opening up a support ticket through their Keyfactor representative.
@@ -16,7 +14,6 @@ Digicert Metadata Sync is open source and there is **no SLA** for this tool/libr
16
14
17
15
18
16
19
-
20
17
## Overview
21
18
This tool primarily sets up metadata fields in Keyfactor for the custom metadata fields in DigiCert, which are named as such, but can also setup metadata fields in Keyfactor for non-custom fields available in DigiCert and unavailable in Keyfactor by default, such as the Digicert Cert ID and the Organization contact. These fields are referred to as manual fields in the context of this tool. After setting up these fields, the tool proceeds to update the contents of these fields. This tool only adds metadata to certificates that have already been imported into Keyfactor. Additionally, this tool requires a properly installed and functioning AnyGateway configured to work with Keyfactor and Digicert.
22
19
@@ -44,6 +41,8 @@ This should include the common prefix all DigiCert certs have in your Keyfactor
44
41
This setting enables the tool to import all of the custom metadata fields included in DigiCert and sync all of their data.
45
42
- <b>ReplaceDigicertWhiteSpaceCharacterInName</b>
46
43
In case the ImportAllCustomDigicertFields setting is used, this is necessary to for metadata field label conversion. DigiCert supports spaces in labels and Keyfactor does not, so this replaces the spaces in the name with your character sequence of choice.
44
+
- <b>ImportDataForDeactivatedDigiCertFields</b>
45
+
If this is enabled, custom metadata fields that were deactivated in DigiCert will also be synced, and the data stored in these fields in certificates will be too.
47
46
48
47
### manualfields.json settings
49
48
This file is used to specify which metadata fields should be synced up.
Copy file name to clipboardExpand all lines: readme_source.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,8 @@ This should include the common prefix all DigiCert certs have in your Keyfactor
25
25
This setting enables the tool to import all of the custom metadata fields included in DigiCert and sync all of their data.
26
26
- <b>ReplaceDigicertWhiteSpaceCharacterInName</b>
27
27
In case the ImportAllCustomDigicertFields setting is used, this is necessary to for metadata field label conversion. DigiCert supports spaces in labels and Keyfactor does not, so this replaces the spaces in the name with your character sequence of choice.
28
+
- <b>ImportDataForDeactivatedDigiCertFields</b>
29
+
If this is enabled, custom metadata fields that were deactivated in DigiCert will also be synced, and the data stored in these fields in certificates will be too.
28
30
29
31
### manualfields.json settings
30
32
This file is used to specify which metadata fields should be synced up.
0 commit comments