-
Notifications
You must be signed in to change notification settings - Fork 264
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
已有证书的情况下,能否跳过申请证书步骤,直接导入到群晖? #102
Comments
写了一个脚本自动替换群辉默认证书,但是替换了以后,并没有效果,页面上面的证书还是之前的,但是我从web中重新导入一次,又是最新的证书,头都大了,有人遇到和我一样的问题吗? |
萌新小白遇到了相同的情况,主机端918-6.23up3,其他分机都是3617-6.17up3,主机端因为有FTP服务,所以分机尝试用群晖自带的lftp从主机端的acme获取到证书的域名文件夹内get到分机已成功,再替换到分机端/usr/syno/etc/certificate的几个文件夹内,然后把njinx再reload一下,确定了下路径正确,内容成功替换,但是怎么刷新都是原来的证书。web中导入的话一切正常。 |
我要被自己蠢哭了,我一直只替换了这几个文件夹的证书,忘了分机全用的群晖自己的反代访问的,还需要替换反代的证书 #!/bin/bash #定义FTP服务器连接信息 #连接FTP服务器并传输文件 #获取证书路径 echo '---------------'$(date +%F%n%T)'---------------' |
我已经用Nginx Proxy Manager定期更新证书了,所以不需要自动申请的功能,只需要把NPM的证书更新到群晖里,请问该如何实现?
The text was updated successfully, but these errors were encountered: