boulder/wfe2
Felix Fontein 788ea1074d WFE2: use draft-14's alreadyRevoked error. (#3824) 2018-08-23 11:58:27 -04: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 WFE2: use draft-14's alreadyRevoked error. (#3824) 2018-08-23 11:58:27 -04:00
wfe_test.go WFE2: use draft-14's alreadyRevoked error. (#3824) 2018-08-23 11:58:27 -04: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.