From 75ac5d38894ec4811b5ba2f752fd3e5a0731c03d Mon Sep 17 00:00:00 2001 From: Mariano Cano Date: Mon, 7 Nov 2022 17:59:33 -0800 Subject: [PATCH] Add ra renewal to the changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) 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).