Challenge URIs should be determined by the WFE at fetch time, rather than stored alongside the challenge in the DB. This simplifies a lot of the logic, and allows to to remove a code path in NewAuthorization where we create an authorization, then immediately save it with modifications to the challenges. This change also gives challenges their own endpoint, which contains the challenge id rather than the challenge's offset within its parent authorization. This is also a first step towards replacing UpdateAuthorization with UpdateChallenge: https://github.com/letsencrypt/boulder/issues/760. |
||
|---|---|---|
| .. | ||
| _db | ||
| satest | ||
| database.go | ||
| database_test.go | ||
| model.go | ||
| storage-authority.go | ||
| storage-authority_test.go | ||
| test-cert.der | ||
| type-converter.go | ||
| type-converter_test.go | ||
| www.eff.org.der | ||