From 021f0af6765a558bea6d433ccafa002f6dee3752 Mon Sep 17 00:00:00 2001 From: Angel Garbarino Date: Tue, 24 Sep 2024 21:53:32 +0000 Subject: [PATCH] backport of commit 2b031adf343d2ba8dd18834d984c34877f57952d --- ui/tests/helpers/openapi/expected-secret-attrs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/tests/helpers/openapi/expected-secret-attrs.js b/ui/tests/helpers/openapi/expected-secret-attrs.js index cf05267582eb..84c39c0188da 100644 --- a/ui/tests/helpers/openapi/expected-secret-attrs.js +++ b/ui/tests/helpers/openapi/expected-secret-attrs.js @@ -1260,7 +1260,7 @@ const pki = { editType: 'stringArray', fieldGroup: 'default', helpText: - 'A comma-separated string or list of key usages (not extended key usages). Valid values can be found at https://golang.org/pkg/crypto/x509/#KeyUsage -- simply drop the "KeyUsage" part of the name. To remove all key usages from being set, set this value to an empty list. This defaults to CertSign, CRLSign for CAs. If neither of those two set, a warning will be thrown. To use the issuer for CMPv2, DigitalSignature must be set.', + 'This list of key usages (not extended key usages) will be added to the existing set of key usages, CRL,CertSign, on the generated certificate. Valid values can be found at https://golang.org/pkg/crypto/x509/#KeyUsage -- simply drop the "KeyUsage" part of the name. To use the issuer for CMPv2, DigitalSignature must be set.', }, locality: { editType: 'stringArray',