Confirmed users
307
edits
No edit summary |
No edit summary |
||
| Line 9: | Line 9: | ||
## [http://hg.mozilla.org/users/dkeeler_mozilla.com/dnssec-tls/file/tip/nginx-1.0.4-dnssectls.patch nginx-1.0.4-dnssectls.patch] | ## [http://hg.mozilla.org/users/dkeeler_mozilla.com/dnssec-tls/file/tip/nginx-1.0.4-dnssectls.patch nginx-1.0.4-dnssectls.patch] | ||
## [http://hg.mozilla.org/users/dkeeler_mozilla.com/dnssec-tls/file/tip/openssl-1.0.0d-dnssectls.patch openssl-1.0.0d-dnssectls.patch] | ## [http://hg.mozilla.org/users/dkeeler_mozilla.com/dnssec-tls/file/tip/openssl-1.0.0d-dnssectls.patch openssl-1.0.0d-dnssectls.patch] | ||
# Install a local copy of openssl: | |||
## Untar the archive and cd to the directory | |||
## Apply the patch | |||
## Run './config', 'make' | |||
# Build nginx: | |||
## Untar the archive and cd to the directory | |||
## Apply the patch | |||
## 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) | |||
# Start nginx: 'sudo ./obj/nginx' | |||