Quantcast
Channel: 钻戒 and 仁豆米
Viewing all articles
Browse latest Browse all 290

Let's encrypt证书申请工具-lego

$
0
0

amce申请证书实在是太烦了,对于一台只有1cpu 512m的vps来说,装这个东西简直就是费时费劲。

好在有人干脆开发了一个go语言的工具lego

https://github.com/go-acme/lego/

只有一个执行文件,极简主义:

申请证书一句话:

lego --email="foo@bar.com" --domains="example.com" --http run

回答一下Yes

然后生成的证书都放在.lego/certificates/目录下

续费也是一句话

lego --email="foo@bar.com" --domains="example.com" --http renew

及其简单,也方便搬迁。生成的证书crt是带证书链条的

申请好就可以装trojan了。实在是方便


Viewing all articles
Browse latest Browse all 290

Trending Articles