·
27 commits
to main
since this release
New Features
- Introducing the
sslCheckquery field that allows retrieval of SSL certificate info of the website.
Example:
sslCheck(domain: "google.com") {
certType
expiresInDays
domain
fingerprint
fingerprint256
fingerprint512
issuer {
commonName
country
locality
organization
organizationUnit
state
businessCategory
}
serialNumber
subject {
commonName
country
locality
organization
organizationUnit
state
businessCategory
}
subjectAltName
validFrom
valid
validTo
}
}This initial alpha release is limited in scope and may not cover all the features and edge cases but open to feedback and improvement!
Full Changelog: https://github.com/dipakparmar/ssl-checker-graphql/commits/v0.0.1-alpha.0