From 59d4ba74c50f7f3cbfd0ff34e190570b37f7ba3e Mon Sep 17 00:00:00 2001 From: Aleksander Rykalin Date: Fri, 13 Mar 2020 18:19:47 +0300 Subject: [PATCH] Change description of store_by option --- plugin/pki/path_roles.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugin/pki/path_roles.go b/plugin/pki/path_roles.go index 7f7930bf..a4a7e80b 100644 --- a/plugin/pki/path_roles.go +++ b/plugin/pki/path_roles.go @@ -86,8 +86,7 @@ Example: "store_by": { Type: framework.TypeString, - Description: `Store certificate by common name or serial number. Possible values: cn\serial -By default certificate stored by serial`, + Description: `The attribute by which certificates are stored in the backend. "serial" (default) and "cn" are the only valid values.`, }, "no_store": {