第一步:下载安装Certbot,下载地址:https://github.com/certbot/certbot/releases  下载完成后直接双击运行安装

使用 Certbot 安装 Letsencrypt 证书

第二步:双击打开安装目录下的run.bat (默认安装路径是C:\Program Files (x86)\Certbot\)

使用 Certbot 安装 Letsencrypt 证书

第三步:停止apache服务(或者IIS站点,或者网站绑定的站点服务)

第四步:执行命令 certbot certonly --standalone -d xxx.com 比如我的域名是data.mydata.com (certbot certonly --standalone -d data.mydata.com)

生成的证书保存在C:\Certbot\live\xxx.com\ 

使用 Certbot 安装 Letsencrypt 证书

相关文章:

  • 2021-11-14
  • 2021-05-22
  • 2021-11-18
  • 2022-12-23
  • 2021-04-28
  • 2021-07-13
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-11-06
  • 2022-01-20
  • 2022-12-23
  • 2021-03-31
  • 2021-07-27
  • 2021-05-29
相关资源
相似解决方案