sh 让我们在Apache上加密Ubuntu 14.04

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 让我们在Apache上加密Ubuntu 14.04相关的知识,希望对你有一定的参考价值。

#
# From https://certbot.eff.org/#ubuntutrusty-apache
#

cd /usr/local/bin
wget https://dl.eff.org/certbot-auto
chmod a+x certbot-auto

./certbot-auto # Follow instruction 

# Certificates only valid for 90 days
# Add in crontab -e
# Every monday
# Renew the certificates
14 2 * * 1 /usr/local/bin/certbot-auto renew >> /var/log/le-renew.log

#
# Renew manually
#

# Only test
certbot-auto renew --dry-run

# Do it
certbot-auto renew

以上是关于sh 让我们在Apache上加密Ubuntu 14.04的主要内容,如果未能解决你的问题,请参考以下文章

无法让 Laravel 在 Ubuntu 上使用 apache

sh Ubuntu 14.04 LTS的配置脚本 - Apache,PHP,MySql,Git,Composer,NodeJS

安装后apache上的语法错误让加密

xming + putty 搭建远程图形化ssh访问ubuntu 14.04

sh 在Ubuntu 14.04上更新curl

sh 在Ubuntu 14.04上更新curl