changelog++

This commit is contained in:
Jeff Mitchell 2016-09-27 20:52:59 -04:00
parent d235acf809
commit bcee7dce17
1 changed files with 5 additions and 0 deletions

View File

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