{"id":21650382,"url":"https://github.com/miigotu/certbot-dns-godaddy","last_synced_at":"2025-05-16T08:06:53.173Z","repository":{"id":40267978,"uuid":"366135423","full_name":"miigotu/certbot-dns-godaddy","owner":"miigotu","description":"A godaddy dns plugin using lexicon for cerbot to authenticate and retrieve letsencrypt certificates","archived":false,"fork":false,"pushed_at":"2024-04-12T22:15:08.000Z","size":184,"stargazers_count":147,"open_issues_count":16,"forks_count":47,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-05-12T04:46:34.051Z","etag":null,"topics":["acme","acme-dns","certbot","certbot-dns","certbot-dns-authenticator","certbot-plugin","godaddy","godaddy-api","godaddy-dns","godaddy-dns-records","letsencrypt","letsencrypt-plugin"],"latest_commit_sha":null,"homepage":"","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/miigotu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"miigotu"}},"created_at":"2021-05-10T18:11:17.000Z","updated_at":"2025-04-04T07:14:41.000Z","dependencies_parsed_at":"2024-06-19T17:53:42.193Z","dependency_job_id":null,"html_url":"https://github.com/miigotu/certbot-dns-godaddy","commit_stats":{"total_commits":15,"total_committers":5,"mean_commits":3.0,"dds":0.4,"last_synced_commit":"f16884cdaa6f78d3f8e186a95e54d14c55959ef1"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miigotu%2Fcertbot-dns-godaddy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miigotu%2Fcertbot-dns-godaddy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miigotu%2Fcertbot-dns-godaddy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miigotu%2Fcertbot-dns-godaddy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/miigotu","download_url":"https://codeload.github.com/miigotu/certbot-dns-godaddy/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254493385,"owners_count":22080127,"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","acme-dns","certbot","certbot-dns","certbot-dns-authenticator","certbot-plugin","godaddy","godaddy-api","godaddy-dns","godaddy-dns-records","letsencrypt","letsencrypt-plugin"],"created_at":"2024-11-25T07:40:05.133Z","updated_at":"2025-05-16T08:06:48.164Z","avatar_url":"https://github.com/miigotu.png","language":"Python","funding_links":["https://github.com/sponsors/miigotu"],"categories":[],"sub_categories":[],"readme":"certbot-dns-godaddy\n==================\n\n[![Version](https://img.shields.io/pypi/v/certbot-dns-godaddy.svg)](https://pypi.python.org/pypi/certbot-dns-godaddy) [![License: Apache](https://img.shields.io/pypi/l/certbot-dns-godaddy.svg)](https://github.com/miigotu/certbot-dns-godaddy/blob/master/LICENSE.txt) [![Docker image size](https://img.shields.io/docker/image-size/miigotu/certbot-dns-godaddy)](https://hub.docker.com/repository/docker/miigotu/certbot-dns-godaddy)\n\n[godaddy](https://www.godaddy.com/) DNS Authenticator plugin for [certbot](https://certbot.eff.org/).\n\nThis plugin automates the process of completing a `dns-01` challenge by creating, and subsequently removing, `TXT` records using the godaddy [API](https://developer.godaddy.com/doc/endpoint/domains) via [lexicon](https://github.com/AnalogJ/lexicon).\n\n**Note:** This manual assumes certbot \u003e=2.7.4 which has improved the naming scheme for external plugins.\n\nInstallation\n------------\n\n    # create a virtual environment, to avoid conflicts\n    python3 -m venv /some/path\n\n    # use the pip in the virtual environment to install or update\n    /some/path/bin/pip install -U certbot-dns-godaddy\n\n    # yse the cerbot from the virtualenv, to avoid accidentally\n    # using one from a different environment that does not have this library\n    /some/path/bin/certbot\n\nNamed Arguments\n---------------\n\nTo start using DNS authentication for godaddy, pass the following arguments on certbot's command line:\n\n| Option                                  | Description                                                                           |\n|-----------------------------------------|---------------------------------------------------------------------------------------|\n| `--authenticator dns-godaddy`           | select the authenticator plugin (Required)                                            |\n| `--dns-godaddy-credentials FILE`        | godaddy credentials INI file. (Required)                                              |\n| `--dns-godaddy-propagation-seconds NUM` | how long to wait before ACME tries to verify DNS. (Default: 30, Recommended: \\\u003e= 600) |\n| `--dns-godaddy-ttl NUM`  | TTL for TXT record. (Default 600. For WildCard \u003e= 600 )\n\nYou may need to set an unexpectedly high propagation time (≥ 900 seconds) to give the godaddy DNS time to propagate the entries! This may be annoying when calling certbot manually but should not be a problem in automated setups.\n\nCredentials\n-----------\n\nUse of this plugin requires a configuration file containing godaddy API credentials, obtained from your [developer.godaddy.com](https://developer.godaddy.com/).\n\nAn example `credentials.ini` file:\n\n``` {.sourceCode .ini}\ndns_godaddy_secret      = 0123456789abcdef0123456789abcdef01234567\ndns_godaddy_key = abcdef0123456789abcdef01234567abcdef0123\n```\n\nThe path to this file can be provided interactively or using the `--dns-godaddy-credentials` command-line argument. Certbot records the path to this file for use during renewal, but does not store the file's contents.\n\n**CAUTION:** You should protect these API credentials as you would the password to your godaddy account. Users who can read this file can use these credentials to issue arbitrary API calls on your behalf. Users who can cause Certbot to run using these credentials can complete a `dns-01` challenge to acquire new certificates or revoke existing certificates for associated domains, even if those domains aren't being managed by this server.\n\nCertbot will emit a warning if it detects that the credentials file can be accessed by other users on your system. The warning reads \"Unsafe permissions on credentials configuration file\", followed by the path to the credentials file. This warning will be emitted each time Certbot uses the credentials file, including for renewal, and cannot be silenced except by addressing the issue (e.g., by using a command like `chmod 600` to restrict access to the file).\n\nExamples\n--------\n\nTo acquire a single certificate for both `example.com` and `*.example.com`, waiting 900 seconds for DNS propagation:\n\n    certbot certonly \\\\\n      --authenticator dns-godaddy \\\\\n      --dns-godaddy-credentials ~/.secrets/certbot/godaddy.ini \\\\\n      --dns-godaddy-propagation-seconds 900 \\\\\n      --dns-godaddy-ttl 600 \\\\\n      --keep-until-expiring --non-interactive --expand \\\n      --server https://acme-v02.api.letsencrypt.org/directory \\\n      -d 'example.com' \\\\\n      -d '*.example.com'\n\nDocker\n------\n\nYou can build a docker image from source using the included `Dockerfile` or pull the latest version directly from Docker Hub:\n\n    docker pull miigotu/certbot-dns-godaddy\n\nOnce that's finished, the application can be run as follows:\n\n    docker run --rm \\\n      -v /var/lib/letsencrypt:/var/lib/letsencrypt \\\n      -v /etc/letsencrypt:/etc/letsencrypt \\\n      --cap-drop=all \\\n      miigotu/certbot-dns-godaddy certbot certonly \\\n        --authenticator dns-godaddy \\\n        --dns-godaddy-propagation-seconds 900 \\\n        --dns-godaddy-ttl 600 \\\n        --dns-godaddy-credentials /var/lib/letsencrypt/godaddy_credentials.ini \\\n        --keep-until-expiring --non-interactive --expand \\\n        --server https://acme-v02.api.letsencrypt.org/directory \\\n        --agree-tos --email \"webmaster@example.com\" \\\n        -d example.com -d '*.example.com'\n\nYou may want to change the volumes `/var/lib/letsencrypt` and `/etc/letsencrypt` to local directories where the certificates and configuration should be stored.\n\nException\n---------\n\nIf receives error like invalid argument `dns-godaddy-ttl`. Goto `/etc/letsencrypt/renewal/[YOURDOMAIN].conf` and edit file and in the end add `dns_godaddy_ttl = 600`. This is required once and then subssequent requests will not fail","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiigotu%2Fcertbot-dns-godaddy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmiigotu%2Fcertbot-dns-godaddy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiigotu%2Fcertbot-dns-godaddy/lists"}