boulder/wfe2
Roland Bracewell Shoemaker c3669f9068 Split endpoint and path in WFE+WFE2 web.RequestEvent (#3683) 2018-05-02 10:20:21 -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 Remove BaseURL from WFE config. (#3540) 2018-03-09 11:04:02 +00:00
verify_test.go ACMEv2: Enforce POST Content-Type (when feature on) (#3532) 2018-03-08 18:19:53 +00:00
wfe.go Split endpoint and path in WFE+WFE2 web.RequestEvent (#3683) 2018-05-02 10:20:21 -07:00
wfe_test.go Revert "Revert "V2: implement "ready" status for Order objects (#3614)" (#3643)" 2018-04-12 13:20:47 -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.