Updated Preferred Chain (markdown)

neil 2021-10-13 09:56:17 +08:00
parent f36f13a73c
commit d87fbecf37
1 changed files with 9 additions and 6 deletions

@ -6,14 +6,17 @@ If the ACME CA provides multiple cert chain, you can use `--preferred-chain` to
https://letsencrypt.org/docs/staging-environment/
There are 2 chains provided:
There are 2 chains provided:
| Name | Default |
|-------------------------------|----------|
| (STAGING) Pretend Pear X1 | No |
| (STAGING) Bogus Broccoli X2 | Yes |
You select the ca like:
| Name | Default |
|-------------------------------|----------|
| (STAGING) Pretend Pear X1 | No |
| (STAGING) Bogus Broccoli X2 | Yes |
You select the ca like:
```
acme.sh --issue -d example.com ..... --test --preferred-chain "(STAGING) Pretend Pear X1"
```