cisagov / admiral

Distributed certificate transparency log harvester
Creative Commons Zero v1.0 Universal
14 stars 3 forks source link

Update CT Search requests #51

Closed king-alexander closed 1 year ago

king-alexander commented 1 year ago

💡 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

king-alexander commented 1 year ago

Ansible Lint is failing, but should be fixed soon: https://github.com/cisagov/admiral/pull/63#issuecomment-1584821943