Browse Source

give "no" to alternate DNS name list to support single domain cert

neil 9 years ago
parent
commit
89a41e09a2
1 changed files with 4 additions and 0 deletions
  1. 4 0
      le.sh

+ 4 - 0
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