From 6d00876a19a0c9c51b7ce768bb23e2def196f150 Mon Sep 17 00:00:00 2001 From: Daniel Cousens <413395+dcousens@users.noreply.github.com> Date: Fri, 5 Jul 2024 11:59:19 +1000 Subject: [PATCH] new defaults since 3.0.0 --- Change-default-CA-to-ZeroSSL.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Change-default-CA-to-ZeroSSL.md b/Change-default-CA-to-ZeroSSL.md index d4d5153..e2339c7 100644 --- a/Change-default-CA-to-ZeroSSL.md +++ b/Change-default-CA-to-ZeroSSL.md @@ -1,10 +1,9 @@ - -As for now, if no `server` is provided, or you have not `--set-default-ca` yet, acme.sh uses letsencrypt as the default CA. +Previously, if no `server` was provided, or you have not `--set-default-ca` yet, acme.sh used letsencrypt as the default CA. https://github.com/acmesh-official/acme.sh/wiki/Server -Starting from `August-1st 2021`, acme.sh will release v3.0, in which the default CA will use [ZeroSSL](https://github.com/acmesh-official/acme.sh/wiki/ZeroSSL.com-CA) instead. +As of acme.sh v3.0, the default CA is now [ZeroSSL](https://github.com/acmesh-official/acme.sh/wiki/ZeroSSL.com-CA). This change will only affect the newly created(issued) certs after `August-1st` (with v3.0), any pre-existing certs will still be renewed automatically against the current CA.