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:
parent
40bf2b0ece
commit
af7e2edd4e
@ -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>
|
||||
|
@ -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()
|
||||
|
@ -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 \
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user