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

1
2
3
4
./acme.sh --install-cert -d pve.thy.pub \
--key-file /etc/pve/local/pveproxy-ssl.key \
--fullchain-file /etc/pve/local/pveproxy-ssl.pem \
--reloadcmd "systemctl restart pveproxy"

.acme.sh/acme.sh --upgrade --auto-upgrade