$ ./configure --add-dynamic-module=../ngx_http_auth_crowd_module --with-debug --with-http_ssl_module
$ make modules
http://wiki.nginx.org/HttpSslModule https://www.nginx.com/resources/wiki/extending/converting/
server {
location /restricted {
auth_crowd "Restricted Zone Realm";
auth_crowd_url "https://crowd.server.address.fi/crowd";
auth_crowd_service "crowd-authenticator-username";
auth_crowd_password "secret";
}
}
See get-started.sh for details.