mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 19:17:58 +00:00
Add missing parameter signature_bits to the generate root PKI API docs (#29522)
This commit is contained in:
@@ -2252,6 +2252,12 @@ use the values set via `config/urls`.
|
|||||||
`alt_names` map using OID 2.5.4.5. Note that this has no impact on the
|
`alt_names` map using OID 2.5.4.5. Note that this has no impact on the
|
||||||
Certificate's serial number field, which Vault randomly generates.
|
Certificate's serial number field, which Vault randomly generates.
|
||||||
|
|
||||||
|
- `signature_bits` `(int: 0)` - Specifies the number of bits to use in
|
||||||
|
the signature algorithm; accepts 256 for SHA-2-256, 384 for SHA-2-384,
|
||||||
|
and 512 for SHA-2-512. Defaults to 0 to automatically detect based
|
||||||
|
on issuer's key length (SHA-2-256 for RSA keys, and matching the curve size
|
||||||
|
for NIST P-Curves).
|
||||||
|
|
||||||
- `not_before_duration` `(duration: "30s")` - Specifies the duration by which to
|
- `not_before_duration` `(duration: "30s")` - Specifies the duration by which to
|
||||||
backdate the NotBefore property. This value has no impact in the validity period
|
backdate the NotBefore property. This value has no impact in the validity period
|
||||||
of the requested certificate, specified in the `ttl` field.
|
of the requested certificate, specified in the `ttl` field.
|
||||||
|
|||||||
Reference in New Issue
Block a user