Skip to content

Commit

Permalink
Update docs to fix #2102
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferai committed Nov 22, 2016
1 parent 5a46743 commit 6165c3e
Showing 1 changed file with 15 additions and 10 deletions.
25 changes: 15 additions & 10 deletions website/source/docs/secrets/pki/index.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -996,8 +996,9 @@ subpath for interactive help output.
<span class="param-flags">optional</span>
Format for returned data. Can be `pem`, `der`, or `pem_bundle`;
defaults to `pem`. If `der`, the output is base64 encoded. If
`pem_bundle`, the `certificate` field will contain the private key,
certificate, and issuing CA, concatenated.
`pem_bundle`, the `certificate` field will contain the private key and
certificate, concatenated; if the issuing CA is not a Vault-derived
self-signed root, this will be included as well.
</li>
<li>
<span class="param">exclude_cn_from_sans</span>
Expand Down Expand Up @@ -1393,8 +1394,9 @@ subpath for interactive help output.
<span class="param-flags">optional</span>
Format for returned data. Can be `pem`, `der`, or `pem_bundle`;
defaults to `pem`. If `der`, the output is base64 encoded. If
`pem_bundle`, the `certificate` field will contain the private key (if exported),
certificate, and issuing CA, concatenated.
`pem_bundle`, the `certificate` field will contain the private key (if
exported) and certificate, concatenated; if the issuing CA is not a
Vault-derived self-signed root, this will be included as well.
</li>
<li>
<span class="param">key_type</span>
Expand Down Expand Up @@ -1503,8 +1505,9 @@ subpath for interactive help output.
<span class="param-flags">optional</span>
Format for returned data. Can be `pem`, `der`, or `pem_bundle`;
defaults to `pem`. If `der`, the output is base64 encoded. If
`pem_bundle`, the `certificate` field will contain the certificate and
issuing CA, concatenated.
`pem_bundle`, the `certificate` field will contain the certificate and,
if the issuing CA is not a Vault-derived self-signed root, it will be
concatenated with the certificate.
</li>
<li>
<span class="param">max_path_length</span>
Expand Down Expand Up @@ -1616,8 +1619,9 @@ subpath for interactive help output.
<span class="param-flags">optional</span>
Format for returned data. Can be `pem`, `der`, or `pem_bundle`;
defaults to `pem`. If `der`, the output is base64 encoded. If
`pem_bundle`, the `certificate` field will contain the certificate and
issuing CA, concatenated.
`pem_bundle`, the `certificate` field will contain the certificate and,
if the issuing CA is not a Vault-derived self-signed root, it will be
concatenated with the certificate.
</li>
<li>
<span class="param">exclude_cn_from_sans</span>
Expand Down Expand Up @@ -1691,8 +1695,9 @@ subpath for interactive help output.
<span class="param-flags">optional</span>
Format for returned data. Can be `pem`, `der`, or `pem_bundle`;
defaults to `pem`. If `der`, the output is base64 encoded. If
`pem_bundle`, the `certificate` field will contain the certificate and
issuing CA, concatenated.
`pem_bundle`, the `certificate` field will contain the certificate and,
if the issuing CA is not a Vault-derived self-signed root, it will be
concatenated with the certificate.
</li>
</ul>
</dd>
Expand Down

0 comments on commit 6165c3e

Please sign in to comment.