Updated Server (markdown)
parent
da3b2aa960
commit
b082bbe9e5
19
Server.md
19
Server.md
|
@ -2,14 +2,17 @@ For the `--server` parameter, you can specify an ACME server directory URL, and
|
|||
|
||||
The supported short names are:
|
||||
|
||||
| Short Name | ACME server URL |
|
||||
|--------------------| -------------------|
|
||||
| letsencrypt | https://acme-v02.api.letsencrypt.org/directory |
|
||||
| letsencrypt_test | https://acme-staging-v02.api.letsencrypt.org/directory |
|
||||
| buypass | https://api.buypass.com/acme/directory |
|
||||
| buypass_test | https://api.test4.buypass.no/acme/directory |
|
||||
| zerossl | https://acme.zerossl.com/v2/DV90 |
|
||||
| sslcom | https://acme.ssl.com/sslcom-dv-rsa, https://acme.ssl.com/sslcom-dv-ecc |
|
||||
| Short Name | ACME server URL | Wiki |
|
||||
|--------------------| -------------------|------|
|
||||
| letsencrypt | https://acme-v02.api.letsencrypt.org/directory | N/A |
|
||||
| letsencrypt_test | https://acme-staging-v02.api.letsencrypt.org/directory | N/A |
|
||||
| buypass | https://api.buypass.com/acme/directory | https://github.com/acmesh-official/acme.sh/wiki/BuyPass.com-CA |
|
||||
| buypass_test | https://api.test4.buypass.no/acme/directory | https://github.com/acmesh-official/acme.sh/wiki/BuyPass.com-CA |
|
||||
| zerossl | https://acme.zerossl.com/v2/DV90 | https://github.com/acmesh-official/acme.sh/wiki/ZeroSSL.com-CA |
|
||||
| sslcom | https://acme.ssl.com/sslcom-dv-rsa, https://acme.ssl.com/sslcom-dv-ecc | |
|
||||
| google | https://dv.acme-v02.api.pki.goog/directory | https://github.com/acmesh-official/acme.sh/wiki/Google-public-CA |
|
||||
| googletest | https://dv.acme-v02.test-api.pki.goog/directory | https://github.com/acmesh-official/acme.sh/wiki/Google-public-CA |
|
||||
|
||||
|
||||
|
||||
The short name will be treated as the same as the URL:
|
||||
|
|
Loading…
Reference in New Issue