Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: set acme_account_url even if some DNS records are not set
perform_initial_checks may exit early and not add `acme_account_url` if required DNS records are not found. In this case other `cmdeploy run` fails with KeyError. To avoid this, `acme_account_url` should always be set. Unlike DNS checks, running acmetool may not fail due to network errors, so it is more reliable and should be checked first.
- Loading branch information