Updated Preferred Chain (markdown)
parent
c4c154c58f
commit
f36f13a73c
|
@ -10,24 +10,24 @@ https://letsencrypt.org/docs/staging-environment/
|
|||
|
||||
| Name | Default |
|
||||
|-------------------------------|----------|
|
||||
| (STAGING) Pretend Pear X1 | Yes |
|
||||
| (STAGING) Bogus Broccoli X2 | No |
|
||||
| (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) Bogus Broccoli X2"
|
||||
acme.sh --issue -d example.com ..... --test --preferred-chain "(STAGING) Pretend Pear X1"
|
||||
```
|
||||
|
||||
You can also use part of the name:
|
||||
|
||||
```
|
||||
acme.sh --issue -d example.com ..... --test --preferred-chain "X2"
|
||||
acme.sh --issue -d example.com ..... --test --preferred-chain "X1"
|
||||
```
|
||||
|
||||
It's also case-insensitive:
|
||||
|
||||
```
|
||||
acme.sh --issue -d example.com ..... --test --preferred-chain "x2"
|
||||
acme.sh --issue -d example.com ..... --test --preferred-chain "x1"
|
||||
```
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue