Open komuw opened 7 years ago
We probably want to use something like https://crt.sh [1] to search all non expired certs of a given domain. Then: for i in non_expired_domains: download cert, i get public-key from cert revoke(i) using public-key
censys looks even better https://censys.io/certificates?q=%28google.com%29+AND+tags%3A+%22unexpired%22 and they have an API https://censys.io/api/v1/docs/search
use quotes to be specific: https://censys.io/certificates?q=%28%22kenyamoja.com%22%29+AND+tags%3A+%22unexpired%22
https://tools.ietf.org/html/draft-ietf-acme-acme-02#section-6.6