[TODO]
To build this module you need all the tools installed which you would also need to
build the Nginx server alone. In addition you need curl
if you download the source code
of Nginx using make source
(recommended).
The module uses libcurl for making the HTTP calls to the ACME server and libjansson for parsing and creating the JSON strings according to the ACME protocol.
-
Download the NginX source code using:
make source
-
Configure, build and install the server with the module:
make install
With this step the server is compiled and installed in the
./run
directory. Don't worry, nothing is installed on your system outside this directory. -
Run the server:
make run
You can later stop the server with:
make kill
-
The build process and the directories can be configured in the first few lines of the Makefile.
-
The server will run with a copy of the configuration file example/nginx.conf