Update docs adding use_pss to PKI root generation api (#29023)

- We missed adding this flag to the root CA generation call, but
   we do support it.
This commit is contained in:
Steven Clark
2024-11-28 14:30:17 -05:00
committed by GitHub
parent ba969bb14f
commit 93ca099e3c

View File

@@ -2186,7 +2186,9 @@ use the values set via `config/urls`.
`YYYY-MM-ddTHH:MM:SSZ`. Supports the Y10K end date for IEEE 802.1AR-2018
standard devices, `9999-12-31T23:59:59Z`.
* ~> Note: Keys of type `rsa` currently only support PKCS#1 v1.5 signatures.
- `use_pss` `(bool: false)` - Specifies whether or not to use PSS signatures
over PKCS#1v1.5 signatures when a RSA-type issuer is used. Ignored for
ECDSA/Ed25519 issuers.
#### Managed keys parameters