Daniel Nephin 01bd3d118d ca: return an error when secondary fails to initialize
Previously secondaryInitialize would return nil in this case, which prevented the
deferred initialize from happening, and left the CA in an uninitialized state until a config
update or root rotation.

To fix this I extracted the common parts into the delegate implementation. However looking at this
again, it seems like the handling in secondaryUpdateRoots is impossible, because that function
should never be called before the secondary is initialzied. I beleive we can remove some of that
logic in a follow up.
2021-11-05 18:02:51 -04:00
..
2020-12-07 13:42:55 -05:00
2021-10-05 00:48:09 -04:00
2021-11-01 11:40:16 -04:00
2021-10-27 11:15:25 -06:00
2021-09-03 09:12:03 -04:00
2021-08-26 14:06:49 -04:00