From 9c21cc7ac91a924b96d4c54a1f0ed8f0990cb54a Mon Sep 17 00:00:00 2001 From: Kyle Havlovitz Date: Wed, 11 Jul 2018 10:00:42 -0700 Subject: [PATCH] connect: update leader initializeCA comment --- agent/consul/leader.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/agent/consul/leader.go b/agent/consul/leader.go index b9c91c9dc..bab926997 100644 --- a/agent/consul/leader.go +++ b/agent/consul/leader.go @@ -448,7 +448,9 @@ func (s *Server) initializeCA() error { return err } - // Check if the CA root is already initialized and exit if it is. + // Check if the CA root is already initialized and exit if it is, + // adding on any existing intermediate certs since they aren't directly + // tied to the provider. // Every change to the CA after this initial bootstrapping should // be done through the rotation process. state := s.fsm.State()