connect: update leader initializeCA comment

This commit is contained in:
Kyle Havlovitz 2018-07-11 10:00:42 -07:00
parent db254f0991
commit 9c21cc7ac9
No known key found for this signature in database
GPG Key ID: 8A5E6B173056AD6C
1 changed files with 3 additions and 1 deletions

View File

@ -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()