connect: update leader initializeCA comment
This commit is contained in:
parent
db254f0991
commit
9c21cc7ac9
|
@ -448,7 +448,9 @@ func (s *Server) initializeCA() error {
|
||||||
return err
|
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
|
// Every change to the CA after this initial bootstrapping should
|
||||||
// be done through the rotation process.
|
// be done through the rotation process.
|
||||||
state := s.fsm.State()
|
state := s.fsm.State()
|
||||||
|
|
Loading…
Reference in New Issue