From 84018ec71b00e4b418314d78535014b1d5539179 Mon Sep 17 00:00:00 2001 From: Mariano Cano Date: Thu, 25 Mar 2021 11:07:58 -0700 Subject: [PATCH] Clarify comment. --- cas/stepcas/issuer.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cas/stepcas/issuer.go b/cas/stepcas/issuer.go index 7edd7ffb..be395e33 100644 --- a/cas/stepcas/issuer.go +++ b/cas/stepcas/issuer.go @@ -67,8 +67,8 @@ func validateX5CIssuer(iss *apiv1.CertificateIssuer) error { } // validateJWKIssuer validates the configuration of jwk issuer. If the key is -// not given, then it will download it from the CA. If the password is not given -// it will be asked. +// not given, then it will download it from the CA. If the password is not set +// it will be prompted. func validateJWKIssuer(iss *apiv1.CertificateIssuer) error { switch { case iss.Provisioner == "":