{"id":46847981,"url":"https://github.com/zeoseven/certple","last_synced_at":"2026-03-10T15:33:13.670Z","repository":{"id":265647738,"uuid":"893090231","full_name":"zeoseven/certple","owner":"zeoseven","description":"Certple - 简单快速的申请免费 TLS/SSL 证书","archived":false,"fork":false,"pushed_at":"2026-03-07T06:21:50.000Z","size":2149,"stargazers_count":75,"open_issues_count":0,"forks_count":16,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-07T14:14:25.234Z","etag":null,"topics":["https-certificate","ssl","ssl-certificate","tls-certificate"],"latest_commit_sha":null,"homepage":"https://certple.zeoseven.com/home/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zeoseven.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-11-23T14:04:40.000Z","updated_at":"2026-03-07T06:21:54.000Z","dependencies_parsed_at":"2024-12-19T13:28:18.385Z","dependency_job_id":"4845c397-5591-4361-979a-b81336aeb131","html_url":"https://github.com/zeoseven/certple","commit_stats":null,"previous_names":["zeoseven/zsencrypt","zeoseven/certple"],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/zeoseven/certple","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeoseven%2Fcertple","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeoseven%2Fcertple/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeoseven%2Fcertple/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeoseven%2Fcertple/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zeoseven","download_url":"https://codeload.github.com/zeoseven/certple/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeoseven%2Fcertple/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30340117,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T15:03:31.997Z","status":"ssl_error","status_checked_at":"2026-03-10T15:01:30.431Z","response_time":106,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["https-certificate","ssl","ssl-certificate","tls-certificate"],"created_at":"2026-03-10T15:33:12.981Z","updated_at":"2026-03-10T15:33:13.652Z","avatar_url":"https://github.com/zeoseven.png","language":"JavaScript","readme":"# Certple\r\n\r\n[![License: GPL-3.0](https://img.shields.io/badge/License-GPL_3.0-blue.svg)](https://www.gnu.org/licenses/gpl-3.0.txt)\r\n\r\nCertple 的目的是提供一个简单快速申请有效 TLS/SSL 证书的客户端，快速为您的站点提供 TLS/SSL 加密层(HTTPS)，而不是 ACME 自动化。\r\n\r\n支持 单域名证书、多域名证书 和 通配符证书，一切来自 \u003ca href=\"https://letsencrypt.org/\"\u003eLet's Encrypt\u003c/a\u003e !\r\n\r\n## 🚀 立即开始\r\n\r\n无需注册任何账户，只需要提供一些 DNS 记录来验证您对域名的所有权，剩下的一切交给 Certple 。\r\n\r\n\u003ca href=\"https://certple.zeoseven.com/home/#开始\"\u003e前往 certple.zeoseven.com 开始申请！\u003c/a\u003e\r\n\r\n## ✨ 私有化\r\n\r\n- Node.js 20.9 +\r\n\r\n### 私有化部署\r\n\r\n你可以前往 \u003ca href=\"https://github.com/zeoseven/certple/releases\"\u003eReleases\u003c/a\u003e 直接下载 Certple_Private-Build 即可获得已经构建好的私有化版本，它是完全静态的，你可以开设一个本地服务器来运行它：\r\n\r\n```\r\nnpm i serve -g\r\n```\r\n\r\n```\r\nserve\r\n```\r\n\r\n### 私有化构建\r\n\r\n```\r\nnpm i\r\n```\r\n\r\n```\r\nnpm run build\r\n```\r\n在这之后，构建文件将出现在 `out/` 文件夹。\r\n\r\n如果你并不喜欢部署的过程，那么可以在构建之后直接启动生产服务器：\r\n```\r\nnpm run start\r\n```\r\n这将更快的在 localhost:3000 可用。\r\n\r\n\u003e 你可以使用 `npm run dev` 启动开发服务器来修改 Certple ，只要那符合 GPLv3 LICENSE。\r\n\r\n## ❓ 文档\r\n\r\n使用文档可以在 \u003ca href=\"https://certple.zeoseven.com/docs/\"\u003ecertple.zeoseven.com/docs\u003c/a\u003e 上查阅。\r\n\r\n## 📜 许可证\r\n\r\nGPL-3.0 © ZeoSeven\r\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeoseven%2Fcertple","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzeoseven%2Fcertple","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeoseven%2Fcertple/lists"}