Add ACME DNS01 challenge support via libdns

This commit is contained in:
世界
2023-09-16 21:37:22 +08:00
parent c1ffcf365e
commit d17e93384b
10 changed files with 170 additions and 2 deletions

View File

@@ -25,7 +25,8 @@
"external_account": {
"key_id": "",
"mac_key": ""
}
},
"dns01_challenge": {}
},
"ech": {
"enabled": false,
@@ -348,6 +349,12 @@ The key identifier.
The MAC key.
#### dns01_challenge
ACME DNS01 challenge field. If configured, other challenge methods will be disabled.
See [DNS01 Challenge Fields](/configuration/shared/dns01_challenge) for details.
### Reality Fields
!!! warning ""