Confirmed users
304
edits
No edit summary |
No edit summary |
||
Line 31: | Line 31: | ||
## 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' | ||
# 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 path 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) | ||
# Start nginx: 'sudo ./obj/nginx' | # Start nginx: 'sudo ./obj/nginx' |