{"id":27876925,"url":"https://github.com/ethauvin/namesilo-letsencrypt","last_synced_at":"2025-10-30T15:03:24.565Z","repository":{"id":146413768,"uuid":"184182182","full_name":"ethauvin/namesilo-letsencrypt","owner":"ethauvin","description":"Automatically generate/renew Let's Encrypt certificates with Certbot on NameSilo DNS ","archived":false,"fork":false,"pushed_at":"2024-07-31T04:18:45.000Z","size":41,"stargazers_count":45,"open_issues_count":0,"forks_count":18,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-07-31T21:55:12.138Z","etag":null,"topics":["acme","certbot","certificate","challenge","cleanup","dns","dns-01","hook","lets-encrypt","letsencrypt","letsencrypt-certificates","letsencrypt-cli","letsencrypt-utils","namesilo","script","ssl","validation","wiildcard"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ethauvin.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2019-04-30T03:05:45.000Z","updated_at":"2024-07-31T04:18:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"b68381c0-4ea9-4770-bf57-7bcd64fb2075","html_url":"https://github.com/ethauvin/namesilo-letsencrypt","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethauvin%2Fnamesilo-letsencrypt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethauvin%2Fnamesilo-letsencrypt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethauvin%2Fnamesilo-letsencrypt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethauvin%2Fnamesilo-letsencrypt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ethauvin","download_url":"https://codeload.github.com/ethauvin/namesilo-letsencrypt/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252429952,"owners_count":21746571,"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","certificate","challenge","cleanup","dns","dns-01","hook","lets-encrypt","letsencrypt","letsencrypt-certificates","letsencrypt-cli","letsencrypt-utils","namesilo","script","ssl","validation","wiildcard"],"created_at":"2025-05-05T02:53:59.912Z","updated_at":"2025-10-30T15:03:24.436Z","avatar_url":"https://github.com/ethauvin.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NameSilo Let's Encrypt\n\n[![License (3-Clause BSD)](https://img.shields.io/badge/license-BSD%203--Clause-blue.svg?style=flat-square)](https://opensource.org/licenses/BSD-3-Clause)\n[![Python 3.4](https://img.shields.io/badge/python-3.4-blue.svg)](https://www.python.org/)\n\nPython scripts (hook) to automate obtaining [Let's Encrypt](https://letsencrypt.org/) certificates,\nusing [Certbot](https://certbot.eff.org/) DNS-01 challenge validation for domains DNS hosted on\n[NameSilo](https://www.namesilo.com/).\n\n## Setup\n\n### Using Package Manager\n\n- For users of Fedora \u0026 RHEL, you can install [this COPR package](https://copr.fedorainfracloud.org/coprs/cyqsimon/namesilo-letsencrypt/), packaged by [@cyqsimon](https://github.com/cyqsimon).\n- Feel free to package this repo for other OSes; then please submit a PR to reference it here.\n\n### Manual Install\n\nThe scripts use the [tldextract](https://github.com/john-kurkowski/tldextract) and [untangle](https://untangle.readthedocs.io/en/latest/) libraries, if not already installed on your system:\n\n```\npip install tldextract untangle\n```\n\nDownload the [latest release](https://github.com/ethauvin/namesilo-letsencrypt/releases) archive and expand it in the desired directory.\n\n## Configuration\n\nAdd your [NameSilo API key](https://www.namesilo.com/account/api-manager)\nto the top of the `config.py` file:\n\n```python\n# Get your API Key from: https://www.namesilo.com/account/api-manager\napikey = \"YOUR_API_KEY\"\n```\n\nAlternatively, the API key can be set in the `NAMESILO_API` environment variable.\n\n## Using with Certbot\n\nTo issue or renew a certificate using the hook scripts, try something like:\n\n\u003cpre\u003e\ncertbot certonly --manual --email you@example.com \\\n--agree-tos --manual-public-ip-logging-ok \\\n--preferred-challenges=dns \\\n--manual-auth-hook \u003cem\u003e/path/to/authenticator.py\u003c/em\u003e \\\n--manual-cleanup-hook \u003cem\u003e/path/to/cleanup.py\u003c/em\u003e \\\n-d *.example.com -d example.com\n\u003c/pre\u003e\n\nPlease note that NameSilo DNS propagation takes up to **15 minutes**. The scripts will wait **25 minutes** before completing, just to be safe.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fethauvin%2Fnamesilo-letsencrypt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fethauvin%2Fnamesilo-letsencrypt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fethauvin%2Fnamesilo-letsencrypt/lists"}