我这里主要是因为windows转码造成的:将可执行的check_nginx.sh检测脚本内容复制到U盘,然后插入内网windows,将内容用nodepad++打开,复制,粘贴到服务器的check_nginx.sh里面,关闭nginx无法触发脚本,VIP也不漂移,手动执行check_nginx.sh,终于报错了:在Linux中执行.sh脚本,异常/bin/sh^M: bad interpreter: No such file or directory. 我这里的解决方案: 1.直接将可执行的che…
介绍 Let's Encrypt是一个免费并且开源的CA,且已经获得Mozilla.微软等主要浏览器厂商的根授信.它极大低降低DV证书的入门门槛,进而推进全网的HTTPS化. Certbot is an easy-to-use client that fetches a certificate from Let's Encrypt-an open certificate authority launched by the EFF, Mozilla, and others-and deploys…