andyzhshg / syno-acme

通过acme协议更新群晖HTTPS泛域名证书的自动脚本
MIT License
745 stars 265 forks source link

群晖7.0一直失败,有老哥看看吗? #92

Open lingyizhuzhu opened 2 years ago

lingyizhuzhu commented 2 years ago

/volume1/shell/acme/cert-up.sh: line 80: /volume1/shell/acme/acme.sh/acme.sh.env: No such file or directory /volume1/shell/acme/cert-up.sh: line 82: /volume1/shell/acme/acme.sh/acme.sh: No such file or directory /volume1/shell/acme/cert-up.sh: line 83: /volume1/shell/acme/acme.sh/acme.sh: No such file or directory

akak48 commented 2 years ago

我也是这个问题,好像是acme.sh这个文件下载不了,地址被墙的原因

naoki66 commented 2 years ago

全局代理,取消goproxy地址ACME_SH_ADDRESS=https://github.com-------

huhpc commented 2 years ago

我也碰到了这个问题,看了下cert-up.sh这个文件,这里貌似原来复制的时候有错误,改了下 ACME_SH_ADDRESS=https://github.com/acmesh-official/acme.sh/archive/${ACME_SH_NEW_VERSION}.tar.gz 脚本无法自动下载,你就手动下载一下,目前 ${ACME_SH_NEW_VERSION}=3.0.4,手动替换一下。下载好的压缩包放到cert-up.sh同目录下,再运行下脚本试下看。我的已经成功更新了。