mirror of
https://github.com/mjl-/mox.git
synced 2025-07-14 03:34:37 +03:00
if requesting a tls certificate through acme fails, put any validation error messages provided by the acme server in the error message
so users can understand what is going on. e.g. a CAA record that doesn't allow a CA to sign a certificate. previously, the error message would just be "no viable challenge type found", which doesn't help the user.
This commit is contained in:
2
go.mod
2
go.mod
@ -4,7 +4,7 @@ go 1.20
|
||||
|
||||
require (
|
||||
github.com/mjl-/adns v0.0.0-20231009145311-e3834995f16c
|
||||
github.com/mjl-/autocert v0.0.0-20231009155929-d0d48f2f0290
|
||||
github.com/mjl-/autocert v0.0.0-20231013072455-c361ae2e20a6
|
||||
github.com/mjl-/bstore v0.0.2
|
||||
github.com/mjl-/sconf v0.0.5
|
||||
github.com/mjl-/sherpa v0.6.6
|
||||
|
Reference in New Issue
Block a user