mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-03-17 23:03:47 +01:00
moved deploy_challenge to earlier loop so it works with multiple challenge tokens on the same identifier (important for wildcard certificate), fixed array-name, removed hook-chain warning
This commit is contained in:
@@ -60,15 +60,3 @@ HOOK: clean_challenge lukas.im blablabla blablabla.supersecure www.lukas.im blub
|
||||
HOOK: deploy_cert lukas.im /etc/dehydrated/certs/lukas.im/privkey.pem /etc/dehydrated/certs/lukas.im/cert.pem /etc/dehydrated/certs/lukas.im/fullchain.pem /etc/dehydrated/certs/lukas.im/chain.pem 1460152408
|
||||
+ Done!
|
||||
```
|
||||
|
||||
# Problem with wildcard certificates
|
||||
|
||||
For wildcard certificates the upper level domain is used for verification, e.g.
|
||||
`*.foo.example.com` will be verified at `foo.example.com`.
|
||||
|
||||
In cases where both `foo.example.com` and `*.foo.example.com` would have to be
|
||||
validated there would be a conflict since both will have different tokens but
|
||||
both are expected to be resolved under `_acme-challenge.foo.example.com`.
|
||||
|
||||
If dehydrated detects this kind of configuration it will automatically fall back
|
||||
to non-chaining behaviour (until the next certificate).
|
||||
|
||||
Reference in New Issue
Block a user