| Commit message (Collapse) | Author | Age |
|
|
|
| |
Signed-off-by: Glen Huang <i@glenhuang.com>
|
|
|
|
| |
Signed-off-by: Glen Huang <i@glenhuang.com>
|
|
|
|
|
|
|
|
|
|
|
| |
acme.sh by default use public DNS resolvers to check if TXT record was
correctly added when using DNS-01. This can be undesirable in a private
environment where the DNS server is not publicly accessible.
This option allows bypassing such check and simply waiting for a
specific length of time for the TXT record to take effect.
Signed-off-by: Glen Huang <i@glenhuang.com>
|
|
|
|
|
|
|
| |
Legacy use_staging option was not respected, and the example config
still use the legacy name.
Signed-off-by: Glen Huang <i@glenhuang.com>
|
|
|
|
|
|
|
| |
Directly calling `/etc/init.d/<service> reload` in a hotplug script can
inadvertently start a stopped service.
Signed-off-by: Glen Huang <i@glenhuang.com>
|
|
|
|
|
|
| |
Issuing certificates concurrently should not be supported.
Signed-off-by: Glen Huang <i@glenhuang.com>
|
|
|
|
|
|
|
| |
Since the dir is a standardized one, it should not be created
dynamically
Signed-off-by: Glen Huang <i@glenhuang.com>
|
|
|
|
|
|
|
| |
Since state_dir can be customized, it should be create dynamically,
which it already does.
Signed-off-by: Glen Huang <i@glenhuang.com>
|
|
|
|
| |
Signed-off-by: Glen Huang <i@glenhuang.com>
|
|
Signed-off-by: Glen Huang <heyhgl@gmail.com>
|