diff --git a/README.md b/README.md
index a46f8fb7d7..548c8b2f74 100644
--- a/README.md
+++ b/README.md
@@ -67,7 +67,7 @@ Detailed documentation is available [here](https://go-acme.github.io/lego/dns).
Bindman |
Bluecat |
- Brandit |
+ Brandit (deprecated) |
Bunny |
Checkdomain |
Civo |
diff --git a/cmd/zz_gen_cmd_dnshelp.go b/cmd/zz_gen_cmd_dnshelp.go
index 39bce16d25..112ce281d5 100644
--- a/cmd/zz_gen_cmd_dnshelp.go
+++ b/cmd/zz_gen_cmd_dnshelp.go
@@ -389,7 +389,7 @@ func displayDNSHelp(w io.Writer, name string) error {
case "brandit":
// generated from: providers/dns/brandit/brandit.toml
- ew.writeln(`Configuration for Brandit.`)
+ ew.writeln(`Configuration for Brandit (deprecated).`)
ew.writeln(`Code: 'brandit'`)
ew.writeln(`Since: 'v4.11.0'`)
ew.writeln()
diff --git a/docs/content/dns/zz_gen_brandit.md b/docs/content/dns/zz_gen_brandit.md
index 8e8d234842..0e325878c3 100644
--- a/docs/content/dns/zz_gen_brandit.md
+++ b/docs/content/dns/zz_gen_brandit.md
@@ -1,5 +1,5 @@
---
-title: "Brandit"
+title: "Brandit (deprecated)"
date: 2019-03-03T16:39:46+01:00
draft: false
slug: brandit
@@ -13,8 +13,11 @@ dnsprovider:
+Brandit has been acquired by Abion.
+Abion has a different API.
+
+If you are a Brandit/Albion user, you can try the PR https://github.com/go-acme/lego/pull/2112.
-Configuration for [Brandit](https://www.brandit.com/).
@@ -23,7 +26,7 @@ Configuration for [Brandit](https://www.brandit.com/).
- Since: v4.11.0
-Here is an example bash command using the Brandit provider:
+Here is an example bash command using the Brandit (deprecated) provider:
```bash
BRANDIT_API_KEY=xxxxxxxxxxxxxxxxxxxxx \
diff --git a/providers/dns/brandit/brandit.toml b/providers/dns/brandit/brandit.toml
index acf61bd7f5..d697397977 100644
--- a/providers/dns/brandit/brandit.toml
+++ b/providers/dns/brandit/brandit.toml
@@ -1,5 +1,10 @@
-Name = "Brandit"
-Description = ''''''
+Name = "Brandit (deprecated)"
+Description = '''
+Brandit has been acquired by Abion.
+Abion has a different API.
+
+If you are a Brandit/Albion user, you can try the PR https://github.com/go-acme/lego/pull/2112.
+'''
URL = "https://www.brandit.com/"
Code = "brandit"
Since = "v4.11.0"