changelog++

This commit is contained in:
Jeff Mitchell 2017-08-15 16:17:42 -04:00
parent 340fe4e609
commit aa4e4b90ff
1 changed files with 7 additions and 0 deletions

View File

@ -7,6 +7,13 @@ DEPRECATIONS/CHANGES:
you want to recreate the root, first run a delete operation on `pki/root`
(requires `sudo` capability), then generate it again.
FEATURES:
* **Permitted DNS Domains Support in PKI**: The `pki` backend now supports
specifying permitted DNS domains for CA certificates, allowing you to
narrowly scope the set of domains for which a CA can issue or sign child
certificates.
IMPROVEMENTS:
* auth/approle: Allow array input for policies in addition to comma-delimited