From b487edbd135a6e13f7061fc123f23c160fb4080a Mon Sep 17 00:00:00 2001 From: Mariano Cano Date: Thu, 11 Feb 2021 17:38:14 -0800 Subject: [PATCH] Clarify comment. --- ca/ca.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ca/ca.go b/ca/ca.go index c43692f2..5ba81e9e 100644 --- a/ca/ca.go +++ b/ca/ca.go @@ -227,7 +227,7 @@ func (ca *CA) Reload() error { } // 1. Stop previous renewer - // 2. Close key manager + // 2. Safely shutdown any internal resources (e.g. key manager) // 3. Replace ca properties // Do not replace ca.srv ca.renewer.Stop()