From 2330427cf9573db450daabf60edec4fe261e20f4 Mon Sep 17 00:00:00 2001 From: neil Date: Sat, 27 Aug 2016 13:49:40 +0800 Subject: [PATCH] Updated Issue a cert from existing CSR (markdown) --- Issue-a-cert-from-existing-CSR.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Issue-a-cert-from-existing-CSR.md b/Issue-a-cert-from-existing-CSR.md index b01c918..37f3244 100644 --- a/Issue-a-cert-from-existing-CSR.md +++ b/Issue-a-cert-from-existing-CSR.md @@ -2,7 +2,7 @@ From v2.4.4, acme.sh support to issue a cert from an existing csr. There are 2 commands related: -1. Display the content of the csr: +### 1. Display the content of the csr: ``` acme.sh --showcsr --csr /path/to/mycsr.csr @@ -10,7 +10,7 @@ acme.sh --showcsr --csr /path/to/mycsr.csr It shows the subject and domain names in the csr. -2. Issue a cert from the csr. +### 2. Issue a cert from the csr. ``` acme.sh --signcsr --csr /path/to/mycsr.csr -w /path/to/webroot/