andyzhshg / syno-acme

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

dsm7.0测试版无法运行 #54

Open mss-x opened 3 years ago

mss-x commented 3 years ago

/bin/bash: -c: line 0: syntax error near unexpected token newline' /bin/bash: -c: line 0:/volume1/admin/ssl/syno-acme/cert-up.sh update >> '

rogerjx87 commented 3 years ago

目前7.0正式版还是无法运行 begin updateService cp cert path to des /volume1/Public/script/syno-acme-master/cert-up.sh: line 62: /bin/python2: No such file or directory done updateService begin reloadWebService reloading new cert... /volume1/Public/script/syno-acme-master/cert-up.sh: line 69: /usr/syno/etc/rc.sysv/nginx.sh: No such file or directory done reloadWebService ------ end updateCrt ------

rogerjx87 commented 3 years ago

python2 我倒是自己找到了 /var/packages/Python2/target/usr/local/bin/Python2 可是后面的nginx.sh真的不知道该咋办了……

bao3 commented 3 years ago

python2 我倒是自己找到了 /var/packages/Python2/target/usr/local/bin/Python2 可是后面的nginx.sh真的不知道该咋办了……

替换为 systemctl reload nginx 也许可以,我自己替换的,证书更新了。但是要再验证需要等证书更新。。。所以你可以试试。