Skip to content

Commit

Permalink
Add missing serial_number parameter from pki docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferai committed Mar 23, 2019
1 parent 482688a commit 5611b71
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions website/source/api/secret/pki/index.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -504,6 +504,10 @@ can be set in a CSR are supported.
subject field of the resulting CSR. This is a comma-separated string
or JSON array.

- `serial_number` `(string: "")` – Specifies the Serial Number, if any.
Otherwise Vault will generate a random serial for you. If you want more than
one, specify alternative names in the alt_names map using OID 2.5.4.5.

### Sample Payload

```json
Expand Down Expand Up @@ -868,6 +872,10 @@ request is denied.
subject field of issued certificates. This is a comma-separated string or
JSON array.

- `serial_number` `(string: "")` – Specifies the Serial Number, if any.
Otherwise Vault will generate a random serial for you. If you want more than
one, specify alternative names in the alt_names map using OID 2.5.4.5.

- `generate_lease` `(bool: false)` – Specifies if certificates issued/signed
against this role will have Vault leases attached to them. Certificates can be
added to the CRL by `vault revoke <lease_id>` when certificates are associated
Expand Down Expand Up @@ -1122,6 +1130,10 @@ overwrite the existing cert/key with new values.
subject field of the resulting certificate. This is a comma-separated string
or JSON array.

- `serial_number` `(string: "")` – Specifies the Serial Number, if any.
Otherwise Vault will generate a random serial for you. If you want more than
one, specify alternative names in the alt_names map using OID 2.5.4.5.

### Sample Payload

```json
Expand Down Expand Up @@ -1275,6 +1287,9 @@ verbatim.
subject field of the resulting certificate. This is a comma-separated string
or JSON array.

- `serial_number` `(string: "")` – Specifies the Serial Number, if any.
Otherwise Vault will generate a random serial for you. If you want more than
one, specify alternative names in the alt_names map using OID 2.5.4.5.

### Sample Payload

Expand Down

0 comments on commit 5611b71

Please sign in to comment.