From 5611b7136d571cb829f7cc3db77dbef7a1bb4691 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Sat, 23 Mar 2019 12:14:24 -0400 Subject: [PATCH] Add missing serial_number parameter from pki docs --- website/source/api/secret/pki/index.html.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/website/source/api/secret/pki/index.html.md b/website/source/api/secret/pki/index.html.md index 358c24c29f04..c75c66787c6c 100644 --- a/website/source/api/secret/pki/index.html.md +++ b/website/source/api/secret/pki/index.html.md @@ -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 @@ -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 ` when certificates are associated @@ -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 @@ -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