diff --git a/CHANGELOG.md b/CHANGELOG.md index 9017fe0a2..de5c6849e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,11 @@ FEATURES: subset of those specified on the role [GH-1910] * **Initial Root Token PGP Encryption**: Similar to `generate-root`, the root token created at initialization time can now be PGP encrypted [GH-1883] + * **Support Chained Intermediate CAs in `pki`**: The `pki` backend now allows, + when a CA cert and key are being supplied (as opposed to generated + internally), a trust chain of arbitrary length. The chain is returned as a + parameter at certificate issue/sign time and is retrievable independently as + well. [GH-1694] IMPROVEMENTS: