From 748a490bbd7613d6288466e239d89f0f92bdf1dc Mon Sep 17 00:00:00 2001 From: Zack Steinkamp Date: Tue, 26 Mar 2024 07:55:13 -0700 Subject: [PATCH] add instructions for downloading release --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0a0e357..2010f29 100644 --- a/README.md +++ b/README.md @@ -15,12 +15,16 @@ NOTE: Some ACME providers have strict rate limits. Please consult with your prov ## Installation There are a few ways of using this repo. You can: +* download `acme.js` from the latatest [Release](https://github.com/nginx/njs-acme/releases) * build an ACME-enabled Docker image to replace your existing NGINX image * use Docker to build the `acme.js` file to use with your NGINX installation * build `acme.js` using a locally installed Node.js toolkit to use with your NGINX installation Each option above is detailed in each section below. +### Downloading the Latest Release +You can download the latest released `acme.js` file from the [Releases](https://github.com/nginx/njs-acme/releases) page. Typically you would place this in the path `/usr/lib/nginx/njs_modules/acme.js` in your NGINX server. See the example [nginx.conf](examples/nginx.conf) to see how to integrate it into your NGINX configuration. + ### Creating a Docker Image To create an Nginx+NJS+njs-acme Docker image, simply run: ```