惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

腾讯CDC
Engineering at Meta
Engineering at Meta
Last Week in AI
Last Week in AI
V
Visual Studio Blog
Stack Overflow Blog
Stack Overflow Blog
A
About on SuperTechFans
博客园 - 司徒正美
D
DataBreaches.Net
有赞技术团队
有赞技术团队
T
The Blog of Author Tim Ferriss
MyScale Blog
MyScale Blog
I
InfoQ
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
月光博客
月光博客
Google DeepMind News
Google DeepMind News
Recent Announcements
Recent Announcements
小众软件
小众软件
G
Google Developers Blog
博客园 - 【当耐特】
U
Unit 42
美团技术团队
B
Blog
D
Docker
Blog — PlanetScale
Blog — PlanetScale

雾非雾 - Clash

暂无文章

X-UI添加SSL
花非花 · 2022-10-07 · via 雾非雾 - Clash

前面讲到了 acme.sh 申请、安装 SSL 证书,这里就不赘述了;
证书下来后,针对 X-UI 还要安装一下

安装证书文件到 root 目录下

acme.sh --installcert -d 你的域名  --key-file /root/private.key --fullchain-file /root/cert.crt

如此完成后,则:
公钥文件路径:

/root/cert.crt

密钥文件路径:

/root/private.key

然后在 X-UI 里设置公钥和密钥
X-UI SSL 设置

生成的链接无法直接导入 Clash 订阅,如果怕麻烦不想自己搭建转换,可访问:
https://bianyuan.xyz/
转换后再导入 Clash 使用