boulder/csr
Aaron Gable 8da52f74c3
Remove v1 `NewCertificate` code path from WFE and RA (#5842)
The NewCertificate codepath was the ACME v1 API's equivalent of
the modern Finalize endpoint. Remove the bodies of the WFE's and
the RA's `NewCertificate` functions. Remove the functions which were
called only from those functions. One of the removed functions is the
old `checkAuthorizations`, so update some tests which were calling
that directly to instead use different entry points.

Part of #5681
2021-12-13 17:45:45 -08:00
..
csr.go Remove v1 `NewCertificate` code path from WFE and RA (#5842) 2021-12-13 17:45:45 -08:00
csr_test.go Remove v1 `NewCertificate` code path from WFE and RA (#5842) 2021-12-13 17:45:45 -08:00