As of January 3rd, 2023, the CT Search API includes a new field to retrieve DER-encoded certificates. We need to update the API call to use this new field.
Motivation and context
The old method to retrieve DER-encoded certificates still works, for now, but it would be prudent to update our code before it begins to break.
Implementation notes
Full details of the changes made to the API are available in SSLMate's changelog
Acceptance criteria
[x] CT Search requests retrieve all relevant data using only non-deprecated fields
💡 Summary
As of January 3rd, 2023, the CT Search API includes a new field to retrieve DER-encoded certificates. We need to update the API call to use this new field.
Motivation and context
The old method to retrieve DER-encoded certificates still works, for now, but it would be prudent to update our code before it begins to break.
Implementation notes
Acceptance criteria