Updated Preferred Chain (markdown)
parent
af67d7df1a
commit
7980510771
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue