mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-10 00:11:45 +00:00
give "no" to alternate DNS name list to support single domain cert
This commit is contained in:
parent
072290f2d3
commit
89a41e09a2
4
le.sh
4
le.sh
@ -282,6 +282,10 @@ issue() {
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ "$Le_Alt" == "no" ] ; then
|
||||||
|
Le_Alt=""
|
||||||
|
fi
|
||||||
|
|
||||||
if [ "$Le_Webroot" == "no" ] ; then
|
if [ "$Le_Webroot" == "no" ] ; then
|
||||||
_info "Standalone mode."
|
_info "Standalone mode."
|
||||||
if ! command -v "nc" > /dev/null ; then
|
if ! command -v "nc" > /dev/null ; then
|
||||||
|
Loading…
Reference in New Issue
Block a user