Skip to content

Commit b420135

Browse files
authored
Removed incorrect references from sample config
1 parent f72e01b commit b420135

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

digicert-metadata-sync/config/stock-fields.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"_comments": {
3-
"ManualFields": "List of fields used for loading static information from Sectigo as certificate Metadata in Keyfactor.",
4-
"CustomFields": "List of Custom Fields/Metadata Fields to be synced between Keyfactor and Sectigo.",
5-
"digicertFieldName": "The name of the field in DigiCert. If manual field, an address into the Sectigo Certificate Details json response.",
3+
"ManualFields": "List of fields used for loading static information from DigiCert as certificate Metadata in Keyfactor.",
4+
"CustomFields": "List of Custom Fields/Metadata Fields to be synced between Keyfactor and DigiCert.",
5+
"digicertFieldName": "The name of the field in DigiCert. If manual field, an address into the DigiCert Certificate Details json response.",
66
"digicertDataType": "Corresponds to what the datatype is in DigiCert. Only applies to custom fields, used for automated field creation in DigiCert. Options available: 0=Anything, 1=Text, 2=Int, 3=EmailAddress, 4=EmailList. Drop down type is not suppported.",
77
"keyfactorMetadataFieldName": "The name of the field in Keyfactor. This must not contain spaces, or a variety of other characters. Only [a-zA-Z0-9-_] fitting characters are accepted.",
88
"keyfactorDescription": "A description of the metadata field for use with Keyfactor.",
@@ -100,4 +100,5 @@
100100
"keyfactorDisplayOrder": 3
101101
}
102102
]
103-
}
103+
104+
}

0 commit comments

Comments
 (0)