From 200428af427c8dd27260ae315740b1a95c8848b4 Mon Sep 17 00:00:00 2001 From: neil Date: Tue, 20 Dec 2022 09:22:29 +0800 Subject: [PATCH] Updated Preferred Chain (markdown) --- Preferred-Chain.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Preferred-Chain.md b/Preferred-Chain.md index 712bf8e6..af8be151 100644 --- a/Preferred-Chain.md +++ b/Preferred-Chain.md @@ -1,6 +1,6 @@ -Using `--preferred-chain` to select alternate chain. +Using `--preferred-chain` to select the alternate chain. -If the ACME CA provides multiple cert chain, you can use `--preferred-chain` to select one. Otherwise, it will get the default chain. +If the ACME CA provides multiple cert chains, you can use `--preferred-chain` to select one. Otherwise, it will get the default chain. 1. For letsencrypt.org Staging Server: @@ -15,7 +15,7 @@ There are 2 chains provided: | (STAGING) Bogus Broccoli X2 | Yes | -You select the ca like: +You select the chain like: ``` acme.sh --issue -d example.com ..... --test --preferred-chain "(STAGING) Pretend Pear X1" @@ -43,7 +43,7 @@ acme.sh --issue -d example.com ..... --test --preferred-chain "x1" | DST Root CA X3 | Yes | | ISRG Root X1 | No | - You select the ca like: + You select the chain like: ``` acme.sh --issue -d example.com ..... --server letsencrypt --preferred-chain "ISRG Root X1" ```