mirror of
https://github.com/mjl-/mox.git
synced 2025-07-13 13: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
vendor/modules.txt
vendored
2
vendor/modules.txt
vendored
@ -17,7 +17,7 @@ github.com/mjl-/adns
|
||||
github.com/mjl-/adns/internal/bytealg
|
||||
github.com/mjl-/adns/internal/itoa
|
||||
github.com/mjl-/adns/internal/singleflight
|
||||
# github.com/mjl-/autocert v0.0.0-20231009155929-d0d48f2f0290
|
||||
# github.com/mjl-/autocert v0.0.0-20231013072455-c361ae2e20a6
|
||||
## explicit; go 1.20
|
||||
github.com/mjl-/autocert
|
||||
# github.com/mjl-/bstore v0.0.2
|
||||
|
Reference in New Issue
Block a user