diff --git a/Preferred-Chain.md b/Preferred-Chain.md index 76b552f..15bb7f1 100644 --- a/Preferred-Chain.md +++ b/Preferred-Chain.md @@ -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" ```