cisagov / admiral

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

Optimize certificate queries #33

Open king-alexander opened 1 year ago

king-alexander commented 1 year ago

💡 Summary

Explore opportunities to optimize our Certificate Searches. For instance, is there a way to leverage both full-domain queries and single-hostname queries?

Motivation and context

This would be useful because the less time it takes admiral to complete the better.

Implementation notes

Acceptance criteria

king-alexander commented 1 year ago

Before I attempt to optimize queries with SSLMate, I am going to see how viable it would be to use the Censys CT Search API.