boulder/cmd/ocsp-responder
Samantha e2e7dad034
Move cmd.DBConfig fields to their own named sub-struct (#5286)
Named field `DB`, in a each component configuration struct, acts as the
receiver for the value of `db` when component JSON files are
unmarshalled.

When `cmd.DBConfig` fields are received at the root of component
configuration struct instead of `DB` copy them to the `DB` field of the
component configuration struct.

Move existing `cmd.DBConfig` values from the root of each component's
JSON configuration in `test/config-next` to `db`

Part of #5275
2021-02-16 10:48:58 -08:00
..
testdata ocsp-responder: error on missing source and tests 2015-10-06 21:50:44 -07:00
main.go Move cmd.DBConfig fields to their own named sub-struct (#5286) 2021-02-16 10:48:58 -08:00
main_test.go ocsp-responder: don't respond for other issuers (#5183) 2020-11-30 11:51:32 -08:00