diff --git a/CHANGELOG.md b/CHANGELOG.md index cb552de6..b00a5bdb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Added provisioner webhooks for augmenting template data and authorizing certificate requests before signing. - Added automatic migration of provisioners when enabling remote managment. - Added experimental support for CRLs. +- Add certificate renewal support on RA mode. The `step ca renew` command must + use the flag `--mtls=false` to use the token renewal flow. ### Fixed - MySQL DSN parsing issues fixed with upgrade to [smallstep/nosql@v0.5.0](https://github.com/smallstep/nosql/releases/tag/v0.5.0).