boulder/wfe2
Jacob Hoffman-Andrews d077d3346e wfe/wfe2: remove AllowAuthzDeactivation flag. (#4345)
Fixes #4339
2019-07-17 16:30: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 Check EC field lengths in WFE2 (#4195) 2019-05-07 17:27:45 -07:00
verify.go Switch to more efficient multi nonce-service design (#4308) 2019-06-28 12:58:46 -04:00
verify_test.go Update square/go-jose to v2.3.1 (#4299) 2019-06-26 16:27:50 -07:00
wfe.go wfe/wfe2: remove AllowAuthzDeactivation flag. (#4345) 2019-07-17 16:30:27 -04:00
wfe_test.go wfe/wfe2: remove AllowAuthzDeactivation flag. (#4345) 2019-07-17 16:30: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.