open-vault/changelog/16935.txt
Steven Clark b21e06b917
Add remove_roots_from_chain to sign and issue pki apis (#16935)
* Add remove_roots_from_chain flag to sign and issue pki apis

 - Add a new flag to allow end-users to control if we return the
   root/self-signed CA certificate within the list of certificates in
   ca_chain field on issue and sign api calls.

* Add cl

* PR feedback
2022-08-31 09:51:26 -04:00

4 lines
142 B
Plaintext

```release-note:improvement
secrets/pki: Add a new flag to issue/sign APIs which can filter out root CAs from the returned ca_chain field
```