hongwei.chen 63014e493f fix: handle ACME mock directory and NO_DNS_01 configuration
- Add MockDirectory constant to avoid hardcoded strings
- Skip certificate validation when using mock directory
- Skip ACME client creation for mock directory to avoid TLS errors
- Properly handle NO_DNS_01 configuration to disable DNS-01 challenges
- Fix certificate verification errors when ACME_API=https://acme.mock.directory
2025-07-13 01:32:19 +08:00
..