问题标签 [turnkeylinux.org]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
659 浏览

ssl - 错误交钥匙 linux confconsole dehydrated .well-known/acme-challenge 404 NOT FOUND

使用 RamNode 的交钥匙 Linux 发行版,我注意到我的网站证书已过期,并且 https 链接被标记为“继续”对话框。进一步研究这个问题,Turnkey Linux 使用 confconsole 和 Let's Encrypt 来请求新证书。多个 [virtual] 域要求用户手动使用 cronjob 每天在 /etc/cron.daily/confconsole-dehydrad 下调用的 dehydrad-wrapper,但会导致错误:

/var/log/confconsole/letsencrypt.log

解决方案:更新 /usr/lib/confconsole/plugins.d/Lets_Encrypt/dehydrad-wrapper

代替:

和:

就像在这个提交中一样https://github.com/turnkeylinux/confconsole/commit/d1e61c4767c2148663429d63bc3a42925af8cbcd

然后再次手动运行 cronjob 或等待明天:/etc/cron.daily/confconsole-dehydrad

谢谢你,我希望它可以节省你一些时间

相关链接:https ://github.com/turnkeylinux/tracker/issues/976

0 投票
1 回答
147 浏览

php - 在 TurnKey Linux 上安装 MS SQL 驱动程序

我的 php 版本是PHP 7.4.7,我的发行版是lsb_release -a给我的

如果我尝试运行命令sudo pecl install sqlsrv这是我得到的输出

为了安装这个模块,我需要做什么?