Add missing parameter signature_bits to the generate root PKI API docs (#29522)

This commit is contained in:
Steven Clark
2025-02-07 09:27:51 -05:00
committed by GitHub
parent 5dc9dea8ed
commit 17fc0227ad

View File

@@ -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.