{"id":30192416,"url":"https://github.com/tiyee/certbot-dns-aliyun-next","last_synced_at":"2025-08-12T23:15:44.215Z","repository":{"id":303356948,"uuid":"1015147579","full_name":"tiyee/certbot-dns-aliyun-next","owner":"tiyee","description":"阿里云certbot dns验证插件，支持certbot 3和泛域名。","archived":false,"fork":false,"pushed_at":"2025-07-30T11:28:00.000Z","size":33,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-30T11:39:04.953Z","etag":null,"topics":["certbot-aliyun","certbot-dns","certbot-dns-authenticator","certbot-dns-plugin","certbot-plugin"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/certbot-dns-aliyun-next/","language":"Python","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/tiyee.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}},"created_at":"2025-07-07T04:39:31.000Z","updated_at":"2025-07-30T11:27:36.000Z","dependencies_parsed_at":"2025-07-07T07:43:23.031Z","dependency_job_id":"40d41d29-3b53-46b6-8bf3-d32a1e1f3135","html_url":"https://github.com/tiyee/certbot-dns-aliyun-next","commit_stats":null,"previous_names":["tiyee/certbot_dns_aliyun_next"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/tiyee/certbot-dns-aliyun-next","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tiyee%2Fcertbot-dns-aliyun-next","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tiyee%2Fcertbot-dns-aliyun-next/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tiyee%2Fcertbot-dns-aliyun-next/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tiyee%2Fcertbot-dns-aliyun-next/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tiyee","download_url":"https://codeload.github.com/tiyee/certbot-dns-aliyun-next/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tiyee%2Fcertbot-dns-aliyun-next/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270149360,"owners_count":24535737,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-12T02:00:09.011Z","response_time":80,"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":["certbot-aliyun","certbot-dns","certbot-dns-authenticator","certbot-dns-plugin","certbot-plugin"],"created_at":"2025-08-12T23:15:39.470Z","updated_at":"2025-08-12T23:15:44.178Z","avatar_url":"https://github.com/tiyee.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Certbot DNS 阿里云插件\n\n这是一个用于 Certbot 的阿里云 DNS 插件，支持通过阿里云 DNS API 进行 DNS-01 验证来获取 SSL 证书。支持泛域名。\n\n## 功能特性\n\n- 支持通过阿里云DNS API自动管理DNS记录\n- 支持泛域名\n- 支持certbot 3 版本(更低没测试)\n- 兼容 Python 3.8+(含)版本\n- 支持 DNS-01 验证方式\n- 自动清理临时DNS记录\n- 完善的错误处理和日志记录\n\n## 安装\n\n### 从 PyPI 安装\n\n```bash\n\npip3 install certbot-dns-aliyun-next\n\n```\n\n## 配置文件\n\n\n```ini\ndns_aliyun_next_access_key_id = ??\ndns_aliyun_next_access_key_secret = ??\ndns_aliyun_next_region_id = cn-hangzhou\n\n```\n\n修改配置文件权限(假如文件是~/aliyun.ini)\n\n`chmod 600 ~/aliyun.ini`\n\n\n## 运行\n\n```bash\n\ncertbot certonly  \\\n  --authenticator dns-aliyun-next \\\n  --dns-aliyun-next-credentials ~/aliyun.ini  \\\n  --dns-aliyun-next-propagation-seconds 30 \\\n  -d \"*.example.com\" \\\n  -d \"example.com\"\n\n```\n\n\n## 阿里云权限配置\n\n确保您的阿里云AccessKey具有以下权限：\n\nAliyunDNSFullAccess 或自定义权限策略包含：\n\n* alidns:AddDomainRecord\n* alidns:DeleteDomainRecord\n* alidns:DescribeDomainRecords\n* alidns:UpdateDomainRecord\n\n## 自动部署\n\n此程序只是certbot的dns验证插件，如果需要自动运行申请部署，可以使用[AutoCert](https://github.com/tiyee/AutoCert).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftiyee%2Fcertbot-dns-aliyun-next","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftiyee%2Fcertbot-dns-aliyun-next","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftiyee%2Fcertbot-dns-aliyun-next/lists"}