随着网路的日益更新,网站的安全越来越重要,今天介绍SSL一个好东西,不用钱钱,只要把域名注册,就可申请使用啦~~
这个公司在2015年12月5日获得众多大公司赞助
以下环节直接进入关键的一环,如何生成Cert … 这家公司宣称不必像StartSSL需要各种的验证机制,只需以下几行指令就可完成。
- 在Linux Terminal 输入以下指令进行安装
user@webserver:~$ git clone https://github.com/letsencrypt/letsencrypt user@webserver:~$ cd letsencrypt user@webserver:~/letsencrypt$ ./letsencrypt-auto --help
- ./letsencrypt-auto certonly –standalone -d example.com -d www.example.com (生成证书)
** certonly 指令除了Debian Apache 不推荐使用外,其余的系统都可