From 7980510771f1d3910d7a9c58dc53c4feae2e38e8 Mon Sep 17 00:00:00 2001 From: neil Date: Wed, 13 Oct 2021 00:16:56 +0800 Subject: [PATCH] Updated Preferred Chain (markdown) --- Preferred-Chain.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Preferred-Chain.md b/Preferred-Chain.md index 353ed22..c1ba69e 100644 --- a/Preferred-Chain.md +++ b/Preferred-Chain.md @@ -4,16 +4,18 @@ If the ACME CA provides multiple cert chain, you can use `--preferred-chain` to 1. For letsencrypt.org Staging Server: +https://letsencrypt.org/docs/staging-environment/ + There are 2 chains provided: | Name | Default | |-------------------|-----------| - | Fake LE Root X1 | Yes | - | Fake LE Root X2 | No | + | "(STAGING) Pretend Pear X1" | Yes | + | "(STAGING) Bogus Broccoli X2" | No | 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: