главная|main page

состояние|status

блог|blog

файлы|files

программы|software

summaryrefslogtreecommitdiff
path: root/get-cert.sh
blob: a5b9f818036c522478c7836f2e5bb46518e3d306 (plain)
1
2
3
4
5
6
7
# Setup TLS with certbot and Let's Encrypt
# https://certbot.eff.org/

sudo apt install certbot python3-certbot-nginx
sudo certbot --nginx
sudo certbot renew --dry-run