1. 程式人生 > >https加密 for ubuntu

https加密 for ubuntu

com yam crontab 添加 update install upgrade code nta

$sudo apt install software-properties-common
$ sudo add-apt-repository ppa:certbot/certbot
$ sudo apt-get update
$ sudo apt-get install python-certbot-apache
$ certbot --apache

crontab -e 
添加 
0 3 * * * certbot renew --quiet --no-self-upgrade

https加密 for ubuntu