From 420f526062b70b7c8436837cffa9490cd5e42533 Mon Sep 17 00:00:00 2001 From: Charlie Date: Thu, 5 Feb 2026 19:52:08 +0000 Subject: [PATCH] Fix Cloudflare API tokens link in documentation (#10551) (#10564) Updated the link to the Cloudflare API tokens page for accuracy. ## Pull Request Checklist - [ ] The Certbot team has recently expressed interest in reviewing a PR for this. If not, this PR may be closed due our limited resources and need to prioritize how we spend them. - [ ] If the change being made is to a [distributed component](https://certbot.eff.org/docs/contributing.html#code-components-and-layout), add a description of your change to the `newsfragments` directory. This should be a file called `.<type>`, where `<title>` is either a GitHub issue number or some other unique name starting with `+`, and `<type>` is either `changed`, `fixed`, or `added`. * For example, if you fixed a bug for issue number 42, create a file called `42.fixed` and put a description of your change in that file. - [ ] Add or update any documentation as needed to support the changes in this PR. - [x] Include your name in `AUTHORS.md` if you like. ## Pull Request Checklist - [ ] The Certbot team has recently expressed interest in reviewing a PR for this. If not, this PR may be closed due our limited resources and need to prioritize how we spend them. - [ ] If the change being made is to a [distributed component](https://certbot.eff.org/docs/contributing.html#code-components-and-layout), add a description of your change to the `newsfragments` directory. This should be a file called `<title>.<type>`, where `<title>` is either a GitHub issue number or some other unique name starting with `+`, and `<type>` is either `changed`, `fixed`, or `added`. * For example, if you fixed a bug for issue number 42, create a file called `42.fixed` and put a description of your change in that file. - [ ] Add or update any documentation as needed to support the changes in this PR. - [ ] Include your name in `AUTHORS.md` if you like. --- AUTHORS.md | 1 + certbot-dns-cloudflare/src/certbot_dns_cloudflare/__init__.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/AUTHORS.md b/AUTHORS.md index 273b1313d..02f90d956 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -243,6 +243,7 @@ Authors * [Roland Shoemaker](https://github.com/rolandshoemaker) * [Roy Wellington Ⅳ](https://github.com/thanatos) * [rugk](https://github.com/rugk) +* [seeg](https://github.com/s33g) * [Sachi King](https://github.com/nakato) * [Sagi Kedmi](https://github.com/sagi) * [Sam Lanning](https://github.com/samlanning) diff --git a/certbot-dns-cloudflare/src/certbot_dns_cloudflare/__init__.py b/certbot-dns-cloudflare/src/certbot_dns_cloudflare/__init__.py index b72f19f08..0d899138c 100644 --- a/certbot-dns-cloudflare/src/certbot_dns_cloudflare/__init__.py +++ b/certbot-dns-cloudflare/src/certbot_dns_cloudflare/__init__.py @@ -26,7 +26,7 @@ Credentials Use of this plugin requires a configuration file containing Cloudflare API credentials, obtained from your -`Cloudflare dashboard <https://dash.cloudflare.com/?to=/:account/profile/api-tokens>`_. +`Cloudflare dashboard <https://dash.cloudflare.com/profile/api-tokens>`_. Previously, Cloudflare's "Global API Key" was used for authentication, however this key can access the entire Cloudflare API for all domains in your account,