mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-10 00:11:45 +00:00
This commit is contained in:
parent
5cc1d9521c
commit
89abad7980
4
acme.sh
4
acme.sh
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env sh
|
#!/usr/bin/env sh
|
||||||
|
|
||||||
VER=3.0.0
|
VER=3.0.1
|
||||||
|
|
||||||
PROJECT_NAME="acme.sh"
|
PROJECT_NAME="acme.sh"
|
||||||
|
|
||||||
@ -4207,7 +4207,7 @@ issue() {
|
|||||||
if [ -z "$_ACME_IS_RENEW" ]; then
|
if [ -z "$_ACME_IS_RENEW" ]; then
|
||||||
_initpath "$_main_domain" "$_key_length"
|
_initpath "$_main_domain" "$_key_length"
|
||||||
mkdir -p "$DOMAIN_PATH"
|
mkdir -p "$DOMAIN_PATH"
|
||||||
else
|
elif ! _hasfield "$_web_roots" "$W_DNS"; then
|
||||||
Le_OrderFinalize=""
|
Le_OrderFinalize=""
|
||||||
Le_LinkOrder=""
|
Le_LinkOrder=""
|
||||||
Le_LinkCert=""
|
Le_LinkCert=""
|
||||||
|
Loading…
Reference in New Issue
Block a user