boulder/cmd/boulder-wfe2
Aaron Gable a214fb7757
Remove /issuer-cert endpoint from v2 API (#5215)
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
2021-01-04 11:44:50 -08:00
..
main.go Remove /issuer-cert endpoint from v2 API (#5215) 2021-01-04 11:44:50 -08:00
main_test.go gofmt code with -s (simplify) flag (#4763) 2020-04-08 17:25:35 -07:00