We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As per https://www.google.com/transparencyreport/https/ct/#domain=reddit.com&incl_exp=true&incl_sub=true
This displays a list of subdomains which have unique certificates.
The format of the result is: https://www.google.com/transparencyreport/jsonp/ct/search?domain=slashdot.org&incl_exp=false&incl_sub=true&c=_callbacks_._4ixq9krnx
The response includes the nextPageToken and prevPageToken entries to paginate.
nextPageToken
prevPageToken
Then it retrieves information about each of the certificates using calls to:
https://www.google.com/transparencyreport/jsonp/ct/cert?hash=1i%2BzC5oz%2FUiwRYhKSRHK8chUcH3dkMADtdXDF2kbU8o%3D&c=_callbacks_._9ixq9p1iz
This includes DNS names.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As per https://www.google.com/transparencyreport/https/ct/#domain=reddit.com&incl_exp=true&incl_sub=true
This displays a list of subdomains which have unique certificates.
The format of the result is:
https://www.google.com/transparencyreport/jsonp/ct/search?domain=slashdot.org&incl_exp=false&incl_sub=true&c=_callbacks_._4ixq9krnx
The response includes the
nextPageToken
andprevPageToken
entries to paginate.Then it retrieves information about each of the certificates using calls to:
https://www.google.com/transparencyreport/jsonp/ct/cert?hash=1i%2BzC5oz%2FUiwRYhKSRHK8chUcH3dkMADtdXDF2kbU8o%3D&c=_callbacks_._9ixq9p1iz
This includes DNS names.
The text was updated successfully, but these errors were encountered: