Updated Preferred Chain (markdown)

master
neil 2021-10-13 00:16:56 +08:00
parent af67d7df1a
commit 7980510771
1 changed files with 5 additions and 3 deletions

@ -4,16 +4,18 @@ If the ACME CA provides multiple cert chain, you can use `--preferred-chain` to
1. For letsencrypt.org Staging Server: 1. For letsencrypt.org Staging Server:
https://letsencrypt.org/docs/staging-environment/
There are 2 chains provided: There are 2 chains provided:
| Name | Default | | Name | Default |
|-------------------|-----------| |-------------------|-----------|
| Fake LE Root X1 | Yes | | "(STAGING) Pretend Pear X1" | Yes |
| Fake LE Root X2 | No | | "(STAGING) Bogus Broccoli X2" | No |
You select the ca like: You select the ca like:
``` ```
acme.sh --issue -d example.com ..... --test --preferred-chain "Fake LE Root X2" acme.sh --issue -d example.com ..... --test --preferred-chain "(STAGING) Bogus Broccoli X2"
``` ```
You can also use part of the name: You can also use part of the name: