{"id":37066745,"url":"https://github.com/warjiang/certbot-dnshub","last_synced_at":"2026-01-14T07:50:02.597Z","repository":{"id":209269583,"uuid":"723609446","full_name":"warjiang/certbot-dnshub","owner":"warjiang","description":"Certbot dns plugin to obtain certificates by multi dns provider.","archived":false,"fork":false,"pushed_at":"2023-12-09T16:49:52.000Z","size":1343,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-04T21:57:32.911Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/warjiang.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}},"created_at":"2023-11-26T07:56:14.000Z","updated_at":"2024-05-18T09:40:12.000Z","dependencies_parsed_at":"2023-12-06T09:46:48.770Z","dependency_job_id":null,"html_url":"https://github.com/warjiang/certbot-dnshub","commit_stats":null,"previous_names":["warjiang/certbot-dnshub"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/warjiang/certbot-dnshub","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/warjiang%2Fcertbot-dnshub","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/warjiang%2Fcertbot-dnshub/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/warjiang%2Fcertbot-dnshub/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/warjiang%2Fcertbot-dnshub/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/warjiang","download_url":"https://codeload.github.com/warjiang/certbot-dnshub/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/warjiang%2Fcertbot-dnshub/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28413508,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T05:26:33.345Z","status":"ssl_error","status_checked_at":"2026-01-14T05:21:57.251Z","response_time":107,"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":[],"created_at":"2026-01-14T07:50:02.077Z","updated_at":"2026-01-14T07:50:02.580Z","avatar_url":"https://github.com/warjiang.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Multi dns provider authentication plugin for certbot\n\n[![CI](https://github.com/warjiang/certbot-dnshub/actions/workflows/pypi.yml/badge.svg)](https://github.com/warjiang/certbot-dnshub/actions/workflows/pypi.yml)\n[![PyPI](https://img.shields.io/pypi/v/certbot-dnshub.svg)](https://pypi.org/project/certbot-dnshub/)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/certbot-dnshub.svg)](https://pypi.org/project/certbot-dnshub/)\n[![PyPI - Downloads](https://img.shields.io/pypi/dm/certbot-dnshub.svg)](https://pypi.org/project/certbot-dnshub/)\n[![PyPI - License](https://img.shields.io/pypi/l/certbot-dnshub.svg)](https://pypi.org/project/certbot-dnshub/)\n\n\n\u003e English | [中文](README_zh-CN.md)\n\nMulti dns provider authentication plugin for certbot. It can help you automatically apply and update Let's Encrypt wildcard certificates.\n\n## PreRequisites\n1. You already have a domain name, such as `example.com`.\n2. The corresponding domain name service provider has provided openapi or sdk, such as dnspod, aliyun, tencent cloud, etc.\n3. Get the configuration information(for example ak/sk or token) of openai or sdk\n\n## Usage\nyou can use this plugin with docker or pip. We recommend using docker.\nTake [dnspod](./assets/dnspod.md) as an example, first get the dnspod openapi configuration information, and then execute the following command:\n1. Use docker container\n   ```bash\n   docker pull certbot/certbot\n   docker run -it --rm --name certbot \\\n          -v /etc/letsencrypt:/etc/letsencrypt \\\n          -v /var/lib/letsencrypt:/var/lib/letsencrypt \\\n          -v `pwd`/credentials.ini:/opt/certbot/credentials.ini \\\n          --entrypoint /bin/sh certbot/certbot\n   pip install certbot-dnshub \n   chmod 600 /opt/certbot/credentials.ini\n   certbot certonly -a dnshub \\\n          --dnshub-credentials /path/to/credentials.ini \\\n          -d www.example.com \n   ```\n\n2. Use pip\n   ```bash\n   python3 -m venv certbot\n   source certbot/bin/activate\n   pip install certbot certbot-dnshub\n   chmod 600 /path/to/credentials.ini\n   certbot certonly -a dnshub \\\n        --dnshub-credentials /path/to/credentials.ini \\\n        -d www.example.com \n   ```\n\n## Supported DNS providers\n\n| Provider | Provider Document | Usage Document | Update Time |\n|---------|---------------------------------------------------------------------|----------------------------|------------|\n| dnspod | [dnspod Document](https://www.dnspod.cn/docs/index.html)                  | [Usage Document](./assets/dnspod.md) | 2023-11-26 |\n| aliyun     | [aliyun dns Document](https://help.aliyun.com/document_detail/29772.html) | [Usage Document](./assets/aliyun.md) | 2023-11-27 |\n\n\n# FAQ\n1. Unsafe permissions on credentials configuration file: /opt/certbot/credentials.ini\n   ![faq-credentials-permission.png](./assets/faq-credentials-permission.png)\n   permission of credentials.ini invalid, you can change it to 600 manually\n   ```bash\n   chmod 600 /path/to/credentials.ini\n   ```\n2. ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwarjiang%2Fcertbot-dnshub","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwarjiang%2Fcertbot-dnshub","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwarjiang%2Fcertbot-dnshub/lists"}