pve acme部署Let's crypt证书
目录
PVE acme部署Let’s crypt证书
cd ~
安装脚本
curl https://get.acme.sh | sh
cd .acme.sh
申请证书 (会定期自动申请新证书)
export DP_Id="174377"; export DP_Key="e3a766b6fdf83a1a39dd5caea80daa25"; ./acme.sh --issue --dns dns_dp -d pve.thy.pub
安装证书 (会在定期自动申请新证书后自动安装)
|
|
自动更新
.acme.sh/acme.sh --upgrade --auto-upgrade