From 1aeca8495a2efa786bf0083534322bc60486493f Mon Sep 17 00:00:00 2001 From: RHBH <68697707+RHBH@users.noreply.github.com> Date: Thu, 30 Jan 2025 09:14:51 -0300 Subject: [PATCH] Update to reflect the free features of each CA, addition of ECC chain details (Full or Partial), addition of NotBefore, addition of test server. --- CA.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/CA.md b/CA.md index a147817..146f3e0 100644 --- a/CA.md +++ b/CA.md @@ -1,9 +1,11 @@ -Compare the features supported by the known CAs: +Comparison of the features offered for free by the supported CAs: -| CA | MaxLifetime | ECC | Domain Count | Wildcard | IPv4 | IPv6 | NotAfter | IDN | -|-------------| -------------|------|--------------|----------|----------|----------|----------|---------| -| Let's Encrypt | 90 | Yes | 100 | Yes | No | No | No | Yes | -| ZeroSSL | 90 | Yes | 100 | Yes | No | No | Yes | Yes | -| Google | 90 | Yes | 100 | Yes | No | No | Yes | No| -| Buypass | 180 | Yes | 5 | Paid | No | No | No | Yes | -| SSL.com | 104 | Yes | 2 | Paid | No | No | No | Yes | +| CA | MaxLifetime | ECC | Domain Count | Wildcard | IPv4 | IPv6 | NotBefore | NotAfter | IDN | Test Server | +|---------------|-------------|-----------------------|--------------|----------|---- |------|-------------|----------|-------|---------------| +| Let's Encrypt | 90 | Yes (Full Chain) | 100 | Yes | No | No | No | No | Yes | Yes | +| ZeroSSL | 90 | Yes (Full Chain) | 100 | Yes | No | No | Yes (+1d) | Yes | Yes | No | +| Google | 90 | Yes (Partial) | 100 | Yes | No | No | No | Yes | No | Yes | +| Buypass | 180 | Yes (Partial) | 5 | No | No | No | No | No | Yes | No | +| SSL.com | 104 | Yes (Partial) | 2 | No | No | No | No | No | Yes | No | + +Details for CAs servers are available here: [Server](https://github.com/acmesh-official/acme.sh/wiki/Server) \ No newline at end of file