Skip to content

Commit

Permalink
Update key_type parameter description
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferai committed May 19, 2018
1 parent ae1732d commit ec24d3d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion website/source/api/secret/pki/index.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,10 @@ request is denied.
flagged for email protection use.

- `key_type` `(string: "rsa")` – Specifies the type of key to generate for
generated private keys. Currently, `rsa` and `ec` are supported.
generated private keys and the type of key expected for submitted CSRs.
Currently, `rsa` and `ec` are supported, or when signing CSRs `any` can be
specified to allow keys of either type and with any bit size (subject to >
1024 bits for RSA keys).

- `key_bits` `(int: 2048)` – Specifies the number of bits to use for the
generated keys. This will need to be changed for `ec` keys. See
Expand Down

0 comments on commit ec24d3d

Please sign in to comment.