Komu Wairagu
Komu Wairagu
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...
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
We can wait for users who are using those drivers to raise any issues, if any, that they encounter
yeah, there maybe are more lower hanging fruits. asyncio would make a lot more sense if someone wanted to batch certificate requests for different domain names.
@mmaney I'm happy with this PR if you are.
depends on https://github.com/komuw/sewer/pull/73
The way that lego fixed it is: https://github.com/xenolf/lego/commit/eb711d366566123594c7908847373b39b4a566d1
depends on; https://github.com/komuw/sewer/issues/78
https://community.letsencrypt.org/t/how-do-clear-a-pending-authorization-from-command-line/45113/7