Skip to content

Instantly share code, notes, and snippets.

View StarDuster's full-sized avatar
🏠
Working from home

Jun Liu StarDuster

🏠
Working from home
View GitHub Profile
@StarDuster
StarDuster / nginx-tls1.3
Last active August 28, 2020 19:02 — forked from moneytoo/gist:ab3f34e4fddc2110675952f8280f49c5
nginx mainline (1.13) with openssl 1.1.1 to support TLSv1.3
# Based on CentOS7 fork of @smartmadsoft: https://gist.github.com/moneytoo/ab3f34e4fddc2110675952f8280f49c5
# "6" for CentOS6 or Amazon Linux, "7" for CentOS7
CENTVER="6"
OPENSSL="openssl-1.1.0-pre5"
NGINX="nginx-1.13.0-1"
#yum clean all
# Install epel packages (required for GeoIP-devel)