mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-04-01 22:53:03 +02:00
Support reading domains from drop-in snippets in domains.txt.d
This commit is contained in:
committed by
Lukas Schauer
parent
e963438c5a
commit
f6a84a88fa
@@ -94,3 +94,10 @@ This creates two certificates one for `service.example.com` with an
|
||||
**Note:** The first certificate is valid for both `service.example.com` and for
|
||||
`*.service.example.com` which can be a useful way to create wildcard
|
||||
certificates.
|
||||
|
||||
### Drop-in directory
|
||||
|
||||
If a directory named `domains.txt.d` exists in the same location as
|
||||
`domains.txt`, the contents of `*.txt` files in that directory are appended to
|
||||
the list of domains, in alphabetical order of the filenames. This is useful for
|
||||
automation, as it doesn't require editing an existing file to add new domains.
|
||||
|
||||
Reference in New Issue
Block a user