Files
vault/changelog/22521.txt
Robert Hanzlík 28e3507680 allow to skip TLS check in acme http-01 challenge (#22521)
* allow to skip TLS check in acme http-01 challenge

* remove configurable logic, just ignore TLS

* add changelog

* Add test case

---------

Co-authored-by: Steve Clark <steven.clark@hashicorp.com>
2023-11-15 11:10:29 -05:00

4 lines
108 B
Plaintext

```release-note:improvement
secrets/pki: do not check TLS validity on ACME requests redirected to https
```