Welcome
How do you use lego?
Binary
Effective version of lego
4.32.0
Detailed Description
Some ACME servers (enterprise/private CAs, managed PKI platforms) pre-authorize domains out-of-band and return authorizations as already valid — no challenge solving needed. RFC 8555 §7.4.1 explicitly permits this. lego currently requires a solver, fails with No challenge selected if not.
Proposal is to add a --no-solver flag, to handle that case cleanly.
The needed changes are imho small, I am going to create a PR for it.
Welcome
How do you use lego?
Binary
Effective version of lego
4.32.0
Detailed Description
Some ACME servers (enterprise/private CAs, managed PKI platforms) pre-authorize domains out-of-band and return authorizations as already
valid— no challenge solving needed. RFC 8555 §7.4.1 explicitly permits this. lego currently requires a solver, fails withNo challenge selectedif not.Proposal is to add a
--no-solverflag, to handle that case cleanly.The needed changes are imho small, I am going to create a PR for it.