The /issuer-cert endpoint was a holdover from the v1 API, where it is a critical part of the issuance flow. In the v2 issuance flow, the issuer certificate is provided directly in the response for the certificate itself. Thus, this endpoint is redundant. Stats show that it receives approximately zero traffic (less than one request per week, all of which are now coming from wget or browser useragents). It also complicates the refactoring necessary for the v2 API to support multiple issuers. As such, it is a safe and easy decision to remove it. Fixes #5196 |
||
|---|---|---|
| .. | ||
| main.go | ||
| main_test.go | ||