boulder/cmd/boulder-ca
Aaron Gable b7cb6ab7f0
Embed goodkey.Config by value not reference (#5859)
This means that we don't have to test whether it is nil before
filling it in with the old deprecated values; we can just assume
that it exists whether or not the json config has a matching stanza.

All handling of uninitialized values (i.e. empty strings for key files)
is handled in `goodkey.NewKeyPolicy`.
2021-12-20 12:47:41 -08:00
..
main.go Embed goodkey.Config by value not reference (#5859) 2021-12-20 12:47:41 -08:00
main_test.go Build all boulder binaries into a single binary (#5693) 2021-10-20 17:05:45 -07:00