chore: move provider "manual" into a dedicated package (#2739)

This commit is contained in:
Ludovic Fernandez 2025-12-01 20:51:43 +01:00 committed by GitHub
commit ea97ce2f62
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 149 additions and 43 deletions

View file

@ -4,15 +4,33 @@ date: 2019-03-03T16:39:46+01:00
draft: false
slug: manual
dnsprovider:
since: v0.3.0
code: manual
url:
since: "v0.3.0"
code: "manual"
url: ""
---
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->
<!-- providers/dns/manual/manual.toml -->
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->
Solving the DNS-01 challenge using CLI prompt.
<!--more-->
- Code: `manual`
- Since: v0.3.0
Here is an example bash command using the Manual provider:
```bash
lego --email you@example.com --dns manual -d '*.example.com' -d example.com run
```
## Example
To start using the CLI prompt "provider", start lego with `--dns manual`:
@ -70,3 +88,11 @@ _acme-challenge.example.com. 120 IN TXT "hX0dPkG6Gfs9hUvBAchQclkyyoEKbShbpvJ9mY5
```
As mentioned, you can now remove the TXT record again.
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->
<!-- providers/dns/manual/manual.toml -->
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->