Skip to content

本地使用 acme 脚本申请 ssl 证书

最近搭建了一个 vaultwarden 密码管理平台。为了提高安全性,给域名申请 ssl ,发现了一个好用的脚本,记录一下。

1. 获取 acme 脚本

bash
git clone 
https://github.com/acmesh-official/acme.sh.git

cd ./acme.sh

2. 申请 dns 验证,txt 解析

bash
./acme.sh --issue -d *.qsomeon.top --dns --yes-I-know-dns-manual-mode-enough-go-ahead-please --server letsencrypt

3. 申请证书

bash
./acme.sh --renew -d *.qsomeon.top --yes-I-know-dns-manual-mode-enough-go-ahead-please