Security/DNSSEC-TLS-nginx: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
Line 30: Line 30:
## Apply the patch
## Apply the patch
## Run './configure --with-openssl=$HOME/openssl-1.0.0d --with-http_ssl_module --without-http_rewrite_module --prefix=`pwd`', 'make'
## Run './configure --with-openssl=$HOME/openssl-1.0.0d --with-http_ssl_module --without-http_rewrite_module --prefix=`pwd`', 'make'
# 'mkdir logs' to make nginx happy
# Make sure you don't have other webservers running on the machine (Ubuntu seems to have one by default)
# Make sure you don't have other webservers running on the machine (Ubuntu seems to have one by default)
# Put the paths to the appropriate certificate files in conf/nginx.conf (i.e. the certificate indicated by the TLSA record)
# Put the paths to the appropriate certificate files in conf/nginx.conf (i.e. the certificate indicated by the TLSA record)
# Put the path to the appropriate dnssec chain file in conf/nginx.conf (created using generate.c, above)
# Put the path to the appropriate dnssec chain file in conf/nginx.conf (created using generate.c, above)
# Start nginx: 'sudo ./obj/nginx'
# Start nginx: 'sudo ./obj/nginx'
Confirmed users
307

edits