{"id":41336212,"url":"https://github.com/chrisllontop/zerossl","last_synced_at":"2026-01-23T06:30:31.321Z","repository":{"id":239393663,"uuid":"799396816","full_name":"chrisllontop/zerossl","owner":"chrisllontop","description":"Unofficial Node client for Zero SSL","archived":false,"fork":false,"pushed_at":"2024-09-16T16:14:19.000Z","size":232,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-25T21:57:35.575Z","etag":null,"topics":["client","zerossl","zerossl-apis","zerossl-client"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/zerossl-client","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/chrisllontop.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-05-12T02:35:49.000Z","updated_at":"2024-09-03T17:07:58.000Z","dependencies_parsed_at":"2024-06-08T21:44:06.522Z","dependency_job_id":null,"html_url":"https://github.com/chrisllontop/zerossl","commit_stats":null,"previous_names":["chrisllontop/zero-ssl","chrisllontop/zerossl"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/chrisllontop/zerossl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisllontop%2Fzerossl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisllontop%2Fzerossl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisllontop%2Fzerossl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisllontop%2Fzerossl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chrisllontop","download_url":"https://codeload.github.com/chrisllontop/zerossl/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisllontop%2Fzerossl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28682259,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T05:48:07.525Z","status":"ssl_error","status_checked_at":"2026-01-23T05:48:07.129Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["client","zerossl","zerossl-apis","zerossl-client"],"created_at":"2026-01-23T06:30:30.457Z","updated_at":"2026-01-23T06:30:31.234Z","avatar_url":"https://github.com/chrisllontop.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ZeroSSL Client\nUnofficial Node.js client for the [ZeroSSL API](https://zerossl.com/documentation/api/)\n\n![NPM Version](https://img.shields.io/npm/v/zerossl-client)\n![GitHub Repo stars](https://img.shields.io/github/stars/chrisllontop/zerossl)\n![NPM Downloads](https://img.shields.io/npm/dm/zerossl-client)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\n## Features\n\n- Easy management of SSL certificates.\n- Straightforward integration with the ZeroSSL API.\n- Supports all key operations such as creating, revoking, and getting the status of certificates.\n\n## Installation\n\n```bash\nnpm install zerossl-client\nyarn add zerossl-client\npnpm install zerossl-client\n```\n\n## Usage\n\nTo use the Zero SSL Client, you need to instantiate it with your ZeroSSL API token. Here is a basic example:\n\n```javascript\nimport {ZeroSSL} from 'zerossl-client';\nconst client = new ZeroSSL('your-api-token');\n\n// Generating a new CSR\nconst csr = await client.generateCsr({\n  common_name: \"example.com\",\n  organization: \"Example Inc\",\n  organizational_unit: \"IT\",\n  locality: \"San Francisco\",\n  state: \"California\",\n  country: \"US\",\n  email: \"jhon.doe@example.com\",\n});\n\n// Creating a new SSL certificate\nawait client.createCertificate({ \n  certificate_domains: \"example.com\",\n  certificate_csr: csr,\n});\n```\n\n# Disclaimer\nThis library is a community open source project. There is no connection with ZeroSSL or Stack Holdings GmbH. The term ZeroSSL/zerossl is recognised as ZeroSSL™, a trademark of Stack Holdings GmbH in the USA, EU \u0026 UK and this library is provided in good faith as a community open source project.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchrisllontop%2Fzerossl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchrisllontop%2Fzerossl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchrisllontop%2Fzerossl/lists"}