跳至内容

xblog

厚积薄发,把握机会

  • 首页
  • Ubuntu
  • 硬件资料
  • 网络相关
  • 关于

分类目录

  • MsOffice (14)
  • Ubuntu (298)
  • 云服务器 (2)
  • 微软系统 (94)
  • 数据库集 (46)
  • 数据恢复 (10)
  • 智能手机 (26)
  • 智能物联 (3)
  • 硬件资料 (60)
  • 程序开发 (1)
  • 网络相关 (48)
  • 网页制作 (68)
  • 资讯趣闻 (94)
2021年1月
日 一 二 三 四 五 六
 12
3456789
10111213141516
17181920212223
24252627282930
31  
« 12月    

链接表

  • 鸟哥的私房菜

标签: https

使用证书把http加密为https

使用Let's crypt 加密站点:

1.安装certbot

2.使用独立配置文件配置好站点

3.使用certbot自动加密站点

certbot --authenticator standalone --installer nginx -d wx.ictspark.com --pre-hook "service nginx stop" --post-hook "service nginx start"

4.自动更新证书

certbot --renew

发布于 2018-04-05分类 网络相关标签 https、ssl于使用证书把http加密为https留下评论
自豪地采用WordPress