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:
|
The supported short names are:
|
||||||
|
|
||||||
| Short Name | ACME server URL |
|
| Short Name | ACME server URL | Wiki |
|
||||||
|--------------------| -------------------|
|
|--------------------| -------------------|------|
|
||||||
| letsencrypt | https://acme-v02.api.letsencrypt.org/directory |
|
| letsencrypt | https://acme-v02.api.letsencrypt.org/directory | N/A |
|
||||||
| letsencrypt_test | https://acme-staging-v02.api.letsencrypt.org/directory |
|
| letsencrypt_test | https://acme-staging-v02.api.letsencrypt.org/directory | N/A |
|
||||||
| buypass | https://api.buypass.com/acme/directory |
|
| 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 |
|
| 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 |
|
| 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 |
|
| 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:
|
The short name will be treated as the same as the URL:
|
||||||
|
|
Loading…
Reference in New Issue