ssl-checker-graphql

GraphQL API for Checking SSL Certificate info of the website.

AGPL-3.0 License

Downloads
5
Stars
1
Committers
2
ssl-checker-graphql - v0.0.1-alpha.0 Latest Release

Published by dipakparmar over 1 year ago

New Features

  • Introducing the sslCheck query 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

Package Rankings
Top 29.1% on Npmjs.org
Related Projects