File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -332,11 +332,13 @@ any of the paths below, use the help command with any route matching
332332the path pattern. Note that depending on the policy of your auth token,
333333you 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
You can’t perform that action at this time.
0 commit comments