changelog++

This commit is contained in:
Jeff Mitchell 2016-09-27 21:05:52 -04:00
parent bcee7dce17
commit b8f2841376
1 changed files with 4 additions and 4 deletions

View File

@ -25,10 +25,10 @@ FEATURES:
* **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]
when a CA cert is being supplied as a signed root or intermediate, 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: