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

推荐订阅源

Vercel News
Vercel News
N
Netflix TechBlog - Medium
C
Check Point Blog
MyScale Blog
MyScale Blog
The GitHub Blog
The GitHub Blog
Blog — PlanetScale
Blog — PlanetScale
B
Blog RSS Feed
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
WordPress大学
WordPress大学
博客园 - Franky
MongoDB | Blog
MongoDB | Blog
I
InfoQ
Hugging Face - Blog
Hugging Face - Blog
Recent Announcements
Recent Announcements
人人都是产品经理
人人都是产品经理
腾讯CDC
V
Visual Studio Blog
Engineering at Meta
Engineering at Meta
T
The Blog of Author Tim Ferriss
V
V2EX
云风的 BLOG
云风的 BLOG
Microsoft Azure Blog
Microsoft Azure Blog
U
Unit 42
B
Blog

雾非雾 - 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 使用