{"id":13566990,"url":"https://github.com/tsaaristo/certbot-dns-he","last_synced_at":"2025-04-04T01:30:56.093Z","repository":{"id":62561412,"uuid":"198260930","full_name":"tsaaristo/certbot-dns-he","owner":"tsaaristo","description":"Hurricane Electric DNS Authenticator plugin for Certbot","archived":false,"fork":false,"pushed_at":"2024-07-23T17:32:19.000Z","size":5,"stargazers_count":13,"open_issues_count":6,"forks_count":9,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-16T11:07:21.791Z","etag":null,"topics":["authenticator","certbot","dns","dns-01","hurricane-electric","letsencrypt"],"latest_commit_sha":null,"homepage":null,"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/tsaaristo.png","metadata":{"files":{"readme":"README.rst","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}},"created_at":"2019-07-22T16:15:11.000Z","updated_at":"2024-09-21T15:03:35.000Z","dependencies_parsed_at":"2024-11-04T21:41:30.982Z","dependency_job_id":null,"html_url":"https://github.com/tsaaristo/certbot-dns-he","commit_stats":{"total_commits":1,"total_committers":1,"mean_commits":1.0,"dds":0.0,"last_synced_commit":"4b5a67eb463ee17a86647a1125e755289cc135af"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsaaristo%2Fcertbot-dns-he","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsaaristo%2Fcertbot-dns-he/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsaaristo%2Fcertbot-dns-he/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsaaristo%2Fcertbot-dns-he/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tsaaristo","download_url":"https://codeload.github.com/tsaaristo/certbot-dns-he/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247107816,"owners_count":20884793,"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":["authenticator","certbot","dns","dns-01","hurricane-electric","letsencrypt"],"created_at":"2024-08-01T13:02:21.047Z","updated_at":"2025-04-04T01:30:55.735Z","avatar_url":"https://github.com/tsaaristo.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"cerbot-dns-he\n======================================\n\n`Hurricane Electric DNS \u003chttps://dns.he.net\u003e`_ Authenticator plugin for `Certbot \u003chttps://certbot.eff.org\u003e`_\n\n----\n\nInstallation\n------------\n\nInstall `cerbot-dns-he \u003chttps://pypi.org/project/certbot-dns-he/\u003e`_ to your Certbot's environment with pip. For example, the line below works for me after running ``certbot-auto``.\n\n.. code-block:: bash\n\n  $ sudo /opt/eff.org/certbot/venv/bin/pip install cerbot-dns-he\n\nYou can also use ``git+https://github.com/TSaaristo/certbot-dns-he.git`` or clone the repository and install from the directory, but pip is recommended.\n\nExample usage\n-------------\n\nCreate a configuration file with your username and password:\n\n.. code-block:: ini\n\n  certbot_dns_he:dns_he_user = Me\n  certbot_dns_he:dns_he_pass = my HE password\n\nand chmod it to ``600``:\n\n.. code-block:: bash\n\n  $ chmod 600 dns_he.ini\n\nThen request a certificate with something like:\n\n.. code-block:: bash\n\n  $ certbot-auto certonly \\\n    -a certbot-dns-he:dns-he --certbot-dns-he:dns-he-propagation-seconds 30 \\\n    --certbot-dns-he:dns-he-credentials /home/me/dns_he.ini -d 'mydomain.com,*.mydomain.com' \\\n    --server https://acme-v02.api.letsencrypt.org/directory --agree-tos \\\n    --manual-public-ip-logging-ok --preferred-challenges dns -m me@email.com\n\nYou're done!\n\n| ``--certbot-dns-he:dns-he-propagation-seconds`` controls the duration waited for the DNS record(s) to propagate.\n| ``--certbot-dns-he:dns-he-credentials`` specifies the configuration file path.\n\nThese are stored in cerbot's renewal configuration, so they'll work on your automatic renewals.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftsaaristo%2Fcertbot-dns-he","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftsaaristo%2Fcertbot-dns-he","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftsaaristo%2Fcertbot-dns-he/lists"}