Skip to content

Commit

Permalink
Merge pull request #44 from Venafi/update_store_by_desc
Browse files Browse the repository at this point in the history
Change description of store_by option
  • Loading branch information
mr-tron authored Mar 13, 2020
2 parents 7ae91bf + 59d4ba7 commit 4a2f4d8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions plugin/pki/path_roles.go
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 4a2f4d8

Please sign in to comment.