mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-13 11:42:13 +08:00
Updated Preferred Chain (markdown)
@@ -1,6 +1,6 @@
|
||||
Using `--preferred-chain` to select alternate chain.
|
||||
Using `--preferred-chain` to select the alternate chain.
|
||||
|
||||
If the ACME CA provides multiple cert chain, you can use `--preferred-chain` to select one. Otherwise, it will get the default chain.
|
||||
If the ACME CA provides multiple cert chains, you can use `--preferred-chain` to select one. Otherwise, it will get the default chain.
|
||||
|
||||
1. For letsencrypt.org Staging Server:
|
||||
|
||||
@@ -15,7 +15,7 @@ There are 2 chains provided:
|
||||
| (STAGING) Bogus Broccoli X2 | Yes |
|
||||
|
||||
|
||||
You select the ca like:
|
||||
You select the chain like:
|
||||
|
||||
```
|
||||
acme.sh --issue -d example.com ..... --test --preferred-chain "(STAGING) Pretend Pear X1"
|
||||
@@ -43,7 +43,7 @@ acme.sh --issue -d example.com ..... --test --preferred-chain "x1"
|
||||
| DST Root CA X3 | Yes |
|
||||
| ISRG Root X1 | No |
|
||||
|
||||
You select the ca like:
|
||||
You select the chain like:
|
||||
```
|
||||
acme.sh --issue -d example.com ..... --server letsencrypt --preferred-chain "ISRG Root X1"
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user