centos自动定时免费证书部署
  1. curl https://get.acme.sh | sh

  2. source ~/.bashrc

  3. echo "SAVED_CF_Key='123123c0562f4b69f8ffa61b389931123321'"$'\n'"SAVED_CF_Email='abcdefg@gmail.com'" >> /root/.acme.sh/account.conf

  4. 注册acme.sh --register-account -m chensmail@qq.com

  5. acme.sh --issue --dns dns_cf -d qaqae.cn -d [p#1 参数名].guaji.qaqae.cn --key-file /etc/pterodactyl/[p#1 参数名].guaji.qaqae.cn.key --fullchain-file /etc/pterodactyl/[p#1 参数名].guaji.qaqae.cn_bundle.pem --reloadcmd "systemctl restart wings"
  6. 查看定时任务以确认crontab -l