From 81a916cd5cfbf24e927ae462ec0722ca05b935ed Mon Sep 17 00:00:00 2001 From: Tom Limoncelli Date: Wed, 9 Jul 2025 12:58:54 -0400 Subject: [PATCH] Remove docs --- README.md | 1 - docs/index.md | 3 --- documentation/SUMMARY.md | 1 - documentation/commands/get-certs.md | 2 +- 4 files changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 34f59ebaf..6cc325fd2 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/index.md b/docs/index.md index 2a5d859fd..0c9484a64 100644 --- a/docs/index.md +++ b/docs/index.md @@ -115,9 +115,6 @@ title: DNSControl
  • get-zones: Query a provider for zone info
  • -
  • - get-certs: Renew SSL/TLS certs (DEPRECATED) -
  • diff --git a/documentation/SUMMARY.md b/documentation/SUMMARY.md index 4531ed635..14b0099e9 100644 --- a/documentation/SUMMARY.md +++ b/documentation/SUMMARY.md @@ -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) diff --git a/documentation/commands/get-certs.md b/documentation/commands/get-certs.md index 3a042d1d1..dca0d7edb 100644 --- a/documentation/commands/get-certs.md +++ b/documentation/commands/get-certs.md @@ -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 %}