forked from TrueCloudLab/certificates
Clarify comment.
This commit is contained in:
parent
8c8c160c92
commit
84018ec71b
1 changed files with 2 additions and 2 deletions
|
@ -67,8 +67,8 @@ func validateX5CIssuer(iss *apiv1.CertificateIssuer) error {
|
||||||
}
|
}
|
||||||
|
|
||||||
// validateJWKIssuer validates the configuration of jwk issuer. If the key is
|
// 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
|
// not given, then it will download it from the CA. If the password is not set
|
||||||
// it will be asked.
|
// it will be prompted.
|
||||||
func validateJWKIssuer(iss *apiv1.CertificateIssuer) error {
|
func validateJWKIssuer(iss *apiv1.CertificateIssuer) error {
|
||||||
switch {
|
switch {
|
||||||
case iss.Provisioner == "":
|
case iss.Provisioner == "":
|
||||||
|
|
Loading…
Reference in a new issue