{"id":23155096,"url":"https://github.com/tengattack/certbot-dns-aliyun","last_synced_at":"2025-05-16T00:00:28.033Z","repository":{"id":33504403,"uuid":"158902425","full_name":"tengattack/certbot-dns-aliyun","owner":"tengattack","description":"A certbot dns plugin to obtain certificates using aliyun.","archived":false,"fork":false,"pushed_at":"2024-05-22T10:01:56.000Z","size":36,"stargazers_count":295,"open_issues_count":18,"forks_count":69,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-19T02:53:10.446Z","etag":null,"topics":["aliyun","certbot","certbot-dns-plugin"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tengattack.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2018-11-24T04:30:59.000Z","updated_at":"2025-04-18T08:43:45.000Z","dependencies_parsed_at":"2024-06-19T11:14:00.249Z","dependency_job_id":null,"html_url":"https://github.com/tengattack/certbot-dns-aliyun","commit_stats":{"total_commits":16,"total_committers":5,"mean_commits":3.2,"dds":0.5,"last_synced_commit":"f47709fd32d6be8cf07f8f19ecf24af01c18cb7d"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tengattack%2Fcertbot-dns-aliyun","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tengattack%2Fcertbot-dns-aliyun/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tengattack%2Fcertbot-dns-aliyun/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tengattack%2Fcertbot-dns-aliyun/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tengattack","download_url":"https://codeload.github.com/tengattack/certbot-dns-aliyun/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254442854,"owners_count":22071877,"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","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":["aliyun","certbot","certbot-dns-plugin"],"created_at":"2024-12-17T20:15:19.734Z","updated_at":"2025-05-16T00:00:26.656Z","avatar_url":"https://github.com/tengattack.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Aliyun DNS Authenticator plugin for Certbot\n\nA certbot dns plugin to obtain certificates using aliyun.\n\n\n## Obtain Aliyun RAM AccessKey\n[https://ram.console.aliyun.com/](https://ram.console.aliyun.com/)\n\nAnd ensure your RAM account has `AliyunDNSFullAccess` permission.\n\n## Install\n\n```bash\npip install certbot-dns-aliyun\n```\n\nFor Snap:\n\n```bash\nsudo snap install certbot-dns-aliyun\nsudo snap set certbot trust-plugin-with-root=ok\nsudo snap connect certbot:plugin certbot-dns-aliyun\n/snap/bin/certbot plugins\n```\n\nOr manually:\n\n```bash\ngit clone https://github.com/tengattack/certbot-dns-aliyun\ncd certbot-dns-aliyun\nsudo python setup.py install\n```\n\nIf you are using `certbot-auto`, you should run `virtualenv` first:\n\n```bash\n# CentOS 7\nvirtualenv --no-site-packages --python \"python2.7\" \"/opt/eff.org/certbot/venv\"\n/opt/eff.org/certbot/venv/bin/python2.7 setup.py install\n```\n\n## Credentials File\n\n```ini\ndns_aliyun_access_key = 12345678\ndns_aliyun_access_key_secret = 1234567890abcdef1234567890abcdef\n```\n\n```bash\nchmod 600 /path/to/credentials.ini\n```\n\n## Obtain Certificates\n\n```bash\ncertbot certonly \\\n    --authenticator=dns-aliyun \\\n    --dns-aliyun-credentials='/path/to/credentials.ini' \\\n    -d \"*.example.com,example.com\"\n```\n\n### Using Docker\n\nPlease refer to [scripts](./scripts/README.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftengattack%2Fcertbot-dns-aliyun","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftengattack%2Fcertbot-dns-aliyun","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftengattack%2Fcertbot-dns-aliyun/lists"}