写在前面的简言: 为什么使用Let’s Encrypt 因为免费 就这么简单 哈哈 免费 但是又有3个月的有效期限制 所以就有自动续期的需求了 前提是服务域名与你的服务器(AWS/阿里/腾讯/等等) 解析连接(这一步不会的, 其实很简单) 然后就是开始以下本文内容了!!
3个月的有效期限制
Nginx静态资源防盗链,防止第三方引用链接访问我们的图片,消耗服务器资源和网络流量和网络带宽。
在线安装
shellsudo apt-get install nginx
sudo apt-get install nginx
shellgit config --global credential.helper store
git config --global credential.helper store
在.git/.gitconfig 或者config文件内写入
shell[credential] helper = store
[credential] helper = store
创建目录
shellsudo mkdir -p /etc/docker
sudo mkdir -p /etc/docker