Updated Preferred Chain (markdown)

master
neil 2022-12-20 09:22:29 +08:00
parent 896c269e8a
commit 200428af42
1 changed files with 4 additions and 4 deletions

@ -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"
``` ```