forked from TrueCloudLab/certificates
Clarify comment.
This commit is contained in:
parent
ebaeae9008
commit
b487edbd13
1 changed files with 1 additions and 1 deletions
2
ca/ca.go
2
ca/ca.go
|
@ -227,7 +227,7 @@ func (ca *CA) Reload() error {
|
||||||
}
|
}
|
||||||
|
|
||||||
// 1. Stop previous renewer
|
// 1. Stop previous renewer
|
||||||
// 2. Close key manager
|
// 2. Safely shutdown any internal resources (e.g. key manager)
|
||||||
// 3. Replace ca properties
|
// 3. Replace ca properties
|
||||||
// Do not replace ca.srv
|
// Do not replace ca.srv
|
||||||
ca.renewer.Stop()
|
ca.renewer.Stop()
|
||||||
|
|
Loading…
Reference in a new issue