boulder/wfe2
Jacob Hoffman-Andrews aac0e3d122 Return 404 for missing authz ids. (#3858)
Fixes #1199.
2018-09-17 17:07:00 -07:00
..
test Fix various WFE2 bugs. (#3292) 2017-12-19 13:13:29 -08:00
README.md Duplicate WFE to WFE2. (#2839) 2017-07-05 13:32:45 -07:00
stats.go ACME v2 Finalize order support (#3169) 2017-11-01 12:39:44 -07:00
verify.go WFE2: Implement draft-13 keyrollover with feature flag. (#3813) 2018-08-07 15:27:25 -04:00
verify_test.go WFE2: Include invalid kid in error messages. (#3741) 2018-06-01 10:28:46 -07:00
wfe.go Return 404 for missing authz ids. (#3858) 2018-09-17 17:07:00 -07:00
wfe_test.go Return 404 for missing authz ids. (#3858) 2018-09-17 17:07:00 -07:00

README.md

WFE v2

The wfe2 package is copied from the wfe package in order to implement the "ACME v2" API. This design choice was made to facilitate a clean separation between v1 and v2 code and to support running a separate API process on a different port alongside the v1 API process.