Updated Preferred Chain (markdown)
parent
896c269e8a
commit
200428af42
|
@ -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:
|
1. For letsencrypt.org Staging Server:
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@ There are 2 chains provided:
|
||||||
| (STAGING) Bogus Broccoli X2 | Yes |
|
| (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"
|
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 |
|
| DST Root CA X3 | Yes |
|
||||||
| ISRG Root X1 | No |
|
| 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"
|
acme.sh --issue -d example.com ..... --server letsencrypt --preferred-chain "ISRG Root X1"
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue