{"id":20499960,"url":"https://github.com/andresmorelos/ssl-information","last_synced_at":"2026-04-20T07:32:07.880Z","repository":{"id":57368973,"uuid":"312029331","full_name":"AndresMorelos/ssl-information","owner":"AndresMorelos","description":"Get information about any SSL certificate.","archived":false,"fork":false,"pushed_at":"2021-01-03T17:27:50.000Z","size":46,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-23T17:47:34.715Z","etag":null,"topics":["node-module","npm","ssl","ssl-certificate","ssl-information"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/ssl-information","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AndresMorelos.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":null,"custom":["https://www.paypal.com/paypalme/andresmorelosCO"]}},"created_at":"2020-11-11T16:38:23.000Z","updated_at":"2021-01-03T17:27:53.000Z","dependencies_parsed_at":"2022-09-15T16:11:45.588Z","dependency_job_id":null,"html_url":"https://github.com/AndresMorelos/ssl-information","commit_stats":null,"previous_names":["andresmorelos/ssl-certificate-checker"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/AndresMorelos/ssl-information","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndresMorelos%2Fssl-information","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndresMorelos%2Fssl-information/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndresMorelos%2Fssl-information/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndresMorelos%2Fssl-information/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AndresMorelos","download_url":"https://codeload.github.com/AndresMorelos/ssl-information/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndresMorelos%2Fssl-information/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32037860,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T00:18:06.643Z","status":"online","status_checked_at":"2026-04-20T02:00:06.527Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["node-module","npm","ssl","ssl-certificate","ssl-information"],"created_at":"2024-11-15T18:19:13.651Z","updated_at":"2026-04-20T07:32:07.865Z","avatar_url":"https://github.com/AndresMorelos.png","language":"TypeScript","funding_links":["https://www.paypal.com/paypalme/andresmorelosCO"],"categories":[],"sub_categories":[],"readme":"# SSL-INFORMATION\n\n[![GitHub license](https://img.shields.io/github/license/AndresMorelos/ssl-information?style=flat-square)](https://github.com/AndresMorelos/ssl-info/blob/master/LICENSE)\n[![GitHub stars](https://img.shields.io/github/stars/AndresMorelos/ssl-info?style=flat-square)](https://github.com/AndresMorelos/ssl-info/stargazers)\n[![Version](https://img.shields.io/npm/v/ssl-information.svg?style=flat-square)](https://www.npmjs.com/package/ssl-information)\n[![npm](https://img.shields.io/npm/dw/ssl-information?style=flat-square)](https://www.npmjs.com/package/ssl-information)\n\nGet the information about any SSL certificate.\n\n### How to install?\n```js\n npm i ssl-information\n```\n\n### How to use?\n\n``` js\nconst {\n    certManager\n} = require('ssl-information')\n\ncertManager\n    .get({\n        host: 'andresmorelos.dev'\n    })\n    .then((cert) =\u003e console.log(cert))\n    .catch((err) =\u003e console.error(err));\n```\n\n### Request Options\n\n| Name   | Required | Default   |\n| ------ | ---------| --------- |\n| host   | true     | None      |\n| port   | false    | 443       |\n| method | false    | GET       |\n| path   | false    | undefined |\n\n\n### Certificate Object\n\n```js\n\n{ \n    subject: Object;\n    issuer: Object;\n    subjectaltname: string;\n    infoAccess: Array\u003cString\u003e;\n    modulus: string;\n    exponent: string;\n    valid_from: string;\n    valid_to: string;\n    fingerprint: string;\n    fingerprint256: string;\n    ext_key_usage: Array\u003cString\u003e;\n    serialNumber: string;\n    raw: Buffer;\n    isValid: boolean;\n    content: string; // Parse raw content\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandresmorelos%2Fssl-information","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandresmorelos%2Fssl-information","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandresmorelos%2Fssl-information/lists"}