mirror of https://github.com/hashicorp/consul
connect: update leader initializeCA comment
parent
1d3f4b5099
commit
462ace4867
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue