From 89a41e09a259e5ef24f3e057028f3a03a3aa3b14 Mon Sep 17 00:00:00 2001 From: neil Date: Wed, 6 Jan 2016 21:24:39 +0800 Subject: [PATCH] give "no" to alternate DNS name list to support single domain cert --- le.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/le.sh b/le.sh index cd53c3e0..392a3645 100755 --- a/le.sh +++ b/le.sh @@ -282,6 +282,10 @@ issue() { fi fi + if [ "$Le_Alt" == "no" ] ; then + Le_Alt="" + fi + if [ "$Le_Webroot" == "no" ] ; then _info "Standalone mode." if ! command -v "nc" > /dev/null ; then