一步一步来,官网的教程:

yum install snapd

systemctl enable --now snapd.socket

ln -s /var/lib/snapd/snap /snap

snap install --classic certbot

ln -s /snap/bin/certbot /usr/bin/certbot

certbot --nginx

certbot renew --dry-run

过程中分别输入邮箱、输入y确认、输入域名序号。完事

相关文章:

  • 2021-06-20
  • 2021-09-09
  • 2021-05-24
  • 2022-12-23
  • 2022-12-23
  • 2021-10-23
  • 2022-12-23
  • 2021-12-16
猜你喜欢
  • 2022-12-23
  • 2021-11-18
  • 2022-01-19
  • 2022-12-23
  • 2022-02-07
  • 2021-08-16
相关资源
相似解决方案