Remove docs

This commit is contained in:
Tom Limoncelli 2025-07-09 12:58:54 -04:00
parent 1fa31c71b1
commit 81a916cd5c
4 changed files with 1 additions and 6 deletions

View file

@ -170,7 +170,6 @@ See [dnscontrol-action](https://github.com/koenrh/dnscontrol-action) or [gacts/i
- **REV() will switch from RFC2317 to RFC4183 in v5.0.** This is a breaking change. Warnings are output if your configuration is affected. No date has been announced for v5.0. See https://docs.dnscontrol.org/language-reference/top-level-functions/revcompat
- **NAMEDOTCOM and SOFTLAYER need maintainers!** These providers have no maintainer. Maintainers respond to PRs and fix bugs in a timely manner, and try to stay on top of protocol changes.
- **get-certs/ACME support is frozen and will be removed without notice between now and July 2025.** It has been unsupported since December 2022. If you don't use this feature, do not start. If you do use this feature, migrate ASAP. See discussion in [issues/1400](https://github.com/StackExchange/dnscontrol/issues/1400)
## More info at our website

View file

@ -115,9 +115,6 @@ title: DNSControl
<li>
<a href="https://docs.dnscontrol.org/commands/get-zones">get-zones</a>: Query a provider for zone info
</li>
<li>
<a href="https://docs.dnscontrol.org/commands/get-certs">get-certs</a>: Renew SSL/TLS certs (DEPRECATED)
</li>
</ul>
</div>

View file

@ -164,7 +164,6 @@
* [preview/push](commands/preview-push.md)
* [check-creds](commands/check-creds.md)
* [get-zones](commands/get-zones.md)
* [get-certs](commands/get-certs.md)
* [fmt](commands/fmt.md)
* [creds.json](commands/creds-json.md)
* [Global Flag](commands/globalflags.md)

View file

@ -1,5 +1,5 @@
# *Let's Encrypt* Certificate generation
{% hint style="warning" %}
**WARNING**: The `get-certs` feature was removed after v4.21.0.
**WARNING**: The `get-certs` feature was removed after v4.21.0. See discussion in [issues/1400](https://github.com/StackExchange/dnscontrol/issues/1400)
{% endhint %}