From bab77f257ab21d9120d09cca945998daaf78387b Mon Sep 17 00:00:00 2001 From: Mariano Cano Date: Tue, 10 Jan 2023 12:42:28 -0800 Subject: [PATCH] Add changelog line for smallstep/certificates#1223 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8c5e6a8..730c2066 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,8 +34,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Added configuration property `.crl.idpURL` to be able to set a custom Issuing Distribution Point in the CRL (smallstep/certificates#1178). - Added WithContext methods to the CA client (smallstep/certificates#1211). -- Added environment variables for enabling Remote Management and ACME +- Docker: Added environment variables for enabling Remote Management and ACME provisioner (smallstep/certificates#1201). +- Docker: The entrypoint script now generates and displays an initial JWK + provisioner password by default when the CA is being initialized + (smallstep/certificates#1223). ### Changed