Skip to content

Commit 74e4f1e

Browse files
author
Keyfactor
committed
Update generated README
1 parent 8b2b270 commit 74e4f1e

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -332,11 +332,13 @@ any of the paths below, use the help command with any route matching
332332
the path pattern. Note that depending on the policy of your auth token,
333333
you may or may not be able to access certain paths.
334334
335-
^ca(/pem)?$
335+
^ca
336336
Fetch a CA, CRL, CA Chain, or non-revoked certificate.
337+
pass "ca=<ca name>" to retrieve them for a CA other than the one set in the configuration.
337338
338-
^ca_chain(/pem)?$
339+
^ca_chain
339340
Fetch a CA, CRL, CA Chain, or non-revoked certificate.
341+
pass "ca=<ca name>" to retrieve them for a CA other than the one set in the configuration.
340342
341343
^certs/?$
342344
Use with the "list" command to display the list of certificate serial numbers for certificates managed by this secrets engine.
@@ -617,10 +619,10 @@ instance of the plugin is named "keyfactor".
617619

618620
### Read CA cert
619621

620-
`vault read keyfactor/ca`
622+
`vault read keyfactor/ca ca=<ca name>`
621623

622624
### Read CA chain
623625

624-
`vault read keyfactor/ca_chain`
626+
`vault read keyfactor/ca_chain ca=<ca name>`
625627

626628

0 commit comments

Comments
 (0)