1
0
mirror of https://github.com/go-acme/lego.git synced 2025-01-03 15:23:32 +02:00

brandit: provider deprecation (#2116)

This commit is contained in:
Ludovic Fernandez 2024-11-06 23:17:52 +01:00 committed by GitHub
parent 40bf2b0ece
commit af7e2edd4e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 15 additions and 7 deletions

View File

@ -67,7 +67,7 @@ Detailed documentation is available [here](https://go-acme.github.io/lego/dns).
<td><a href="https://go-acme.github.io/lego/dns/bindman/">Bindman</a></td>
<td><a href="https://go-acme.github.io/lego/dns/bluecat/">Bluecat</a></td>
</tr><tr>
<td><a href="https://go-acme.github.io/lego/dns/brandit/">Brandit</a></td>
<td><a href="https://go-acme.github.io/lego/dns/brandit/">Brandit (deprecated)</a></td>
<td><a href="https://go-acme.github.io/lego/dns/bunny/">Bunny</a></td>
<td><a href="https://go-acme.github.io/lego/dns/checkdomain/">Checkdomain</a></td>
<td><a href="https://go-acme.github.io/lego/dns/civo/">Civo</a></td>

View File

@ -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()

View File

@ -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:
<!-- providers/dns/brandit/brandit.toml -->
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->
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/).
<!--more-->
@ -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 \

View File

@ -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"