homesourcenvt

TLS

Overview

Let’s Encrypt

Nginx on CentOS/RHEL 7

yum -y install yum-utils
yum-config-manager --enable rhui-REGION-rhel-server-extras rhui-REGION-rhel-server-optional
yum install certbot-nginx
certbot --nginx

Auto renew by crontab:

15 0  * * * certbot renew --quiet
45 12 * * * certbot renew --quiet

Manual get a certificate:

certbot certonly -d example.com --manual

HSTS

HPKP

CT

Tools

Resources