mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-12-24 12:14:23 +08:00
Updated Preferred Chain (markdown)
@@ -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"
|
||||
```
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user