boulder/wfe2
Roland Bracewell Shoemaker e17175a851 Remove new-cert and new-authz handlers from wfe2 (#2987) 2017-08-16 15:50:55 -04:00
..
test Duplicate WFE to WFE2. (#2839) 2017-07-05 13:32:45 -07:00
README.md Duplicate WFE to WFE2. (#2839) 2017-07-05 13:32:45 -07:00
context.go Duplicate WFE to WFE2. (#2839) 2017-07-05 13:32:45 -07:00
probs.go Implement ACMEv2 style request validation for WFEv2 (#2935) 2017-08-08 17:27:35 -07:00
probs_test.go Implement ACMEv2 style request validation for WFEv2 (#2935) 2017-08-08 17:27:35 -07:00
verify.go Update WFE2 verify to reject multisig JWS before parsing. (#2979) 2017-08-16 12:17:01 -07:00
verify_test.go Update WFE2 verify to reject multisig JWS before parsing. (#2979) 2017-08-16 12:17:01 -07:00
wfe.go Remove new-cert and new-authz handlers from wfe2 (#2987) 2017-08-16 15:50:55 -04:00
wfe_test.go Remove new-cert and new-authz handlers from wfe2 (#2987) 2017-08-16 15:50:55 -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.