This was introduced early in Boulder development when we had the concept of a "short serial" (monotonically increasing) which would be prepended to random bytes to form the full serial. We wanted to specially report the case that there were duplicates of a given short serial since it meant a problem with our monotonicity. We've long since abandoned that idea, and also this code can't be exercised because sa.SelectCertificate does a LIMIT 1 anyhow. |
||
|---|---|---|
| .. | ||
| test | ||
| README.md | ||
| cache.go | ||
| cache_test.go | ||
| prod_aia.go | ||
| stale.go | ||
| stale_test.go | ||
| stats.go | ||
| test_aia.go | ||
| verify.go | ||
| verify_test.go | ||
| wfe.go | ||
| wfe_test.go | ||
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.