{"id":16512975,"url":"https://github.com/daskol/certbot-dns-yandex","last_synced_at":"2025-06-30T02:06:51.469Z","repository":{"id":50571945,"uuid":"326250989","full_name":"daskol/certbot-dns-yandex","owner":"daskol","description":"Yandex DNS Authenticator plugin for Certbot","archived":false,"fork":false,"pushed_at":"2021-11-29T19:25:50.000Z","size":16,"stargazers_count":10,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-08T15:49:24.651Z","etag":null,"topics":["acme","certbot","certbot-dns","certbot-dns-authenticator","certbot-dns-plugin","yandex-dns","yandex-pdd"],"latest_commit_sha":null,"homepage":"","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/daskol.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}},"created_at":"2021-01-02T18:57:06.000Z","updated_at":"2024-11-21T08:10:13.000Z","dependencies_parsed_at":"2022-09-11T01:40:17.974Z","dependency_job_id":null,"html_url":"https://github.com/daskol/certbot-dns-yandex","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/daskol/certbot-dns-yandex","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daskol%2Fcertbot-dns-yandex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daskol%2Fcertbot-dns-yandex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daskol%2Fcertbot-dns-yandex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daskol%2Fcertbot-dns-yandex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/daskol","download_url":"https://codeload.github.com/daskol/certbot-dns-yandex/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daskol%2Fcertbot-dns-yandex/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262697269,"owners_count":23349893,"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":["acme","certbot","certbot-dns","certbot-dns-authenticator","certbot-dns-plugin","yandex-dns","yandex-pdd"],"created_at":"2024-10-11T16:06:48.458Z","updated_at":"2025-06-30T02:06:51.438Z","avatar_url":"https://github.com/daskol.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Certbot Plugin: Yandex DNS\n\n*Yandex DNS Authenticator plugin for Certbot*\n\n## Overview\n\nPackage provide certbot authenticator plugin for Yandex DNS (aka PDD) which\nallows to perform dns-01 probe. This kind of challange is the only way for now\nto issue wildcard certificates with certbot.\n\nNOTE This plugin will not be requested to merge in certbot repo until like\nissues [certbot/certbot][1][\\#6464][6464], [certbot/certbot][1][\\#6503][6503],\nand [certbot/certbot][1][\\#6504][6504] are solved first.\n\n### Installation\n\nThe easies way to install plugin is insllation the plugin directly from git\nwith PIP.\n\n```bash\npip install git+https://github.com/daskol/certbot-dns-yandex.git\n```\n\n### Usage\n\nThere is nothing special to use the plugin for certificate management.\nEssentially, the only things one should do is explicitely specify authenticator\nwith option `-a` of certbot. Credentials to plugin could be passed either with\nCLI option `--dns-yandex-token` or environment variable `YANDEX_PDD_TOKEN`.\nThe env variable has higher priority then CLI option. See example below.\n\n```bash\nexport YANDEX_PDD_TOKEN=\u003csecret-token\u003e\ncertbot certonly -a dns-yandex --dns-yandex-token \u003csecret-token\u003e ...\n```\n\n### CLI\n\nThe package provides CLI `yandex-dns` for management DNS records in Yandex DNS\nfrom shell as well. As soon as the package installed one can list, add, or\nremove DNS records (several examples below).\n\n```bash\n# List DNS records for a domain.\nyandex-dns ls example.org\n# Remove domain by DNS record ID for a domain.\nyandex-dns rm example.org 31513386\n# Add TXT record to DNS for a domain.\nyandex-dns add example.org TXT \"Hello, world!\" --subdomain greeting\n```\n\n[1]: https://github.com/certbot/certbot\n[6464]: https://github.com/certbot/certbot/issues/6464\n[6503]: https://github.com/certbot/certbot/issues/6503\n[6504]: https://github.com/certbot/certbot/issues/6504\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaskol%2Fcertbot-dns-yandex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaskol%2Fcertbot-dns-yandex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaskol%2Fcertbot-dns-yandex/lists"}