Update to reflect the free features of each CA, addition of ECC chain details (Full or Partial), addition of NotBefore, addition of test server.
parent
4d06b722df
commit
1aeca8495a
18
CA.md
18
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)
|
Loading…
Reference in New Issue