njs-acme
njs-acme copied to clipboard
Nginx NJS module runtime to work with ACME providers like Let's Encrypt for automated no-reload TLS certificate issue/renewal.
### Is your feature request related to a problem? Please describe As variables set using js_var are global, it cannot be used to set njs_acme_server_names when multiple server blocks are...
### Is your feature request related to a problem? Please describe When running nginx in a cluster with shared storage for njs-acme, you need to be able to invalidate the...
### Is your feature request related to a problem? Please describe `njs-acme` currently only supports the HTTP-01 [challenge type](https://letsencrypt.org/docs/challenge-types/), which requires that the host be accessible from the Internet on...
### Is your feature request related to a problem? Please describe No. ### Describe the solution you'd like We are the authors of PKI.js and ASN.1js and were looking at...
### Is your feature request related to a problem? Please describe No. ### Describe the solution you'd like We are the authors of PKI.js and ASN.1js and were looking at...
### Is your feature request related to a problem? Please describe No, it is not related to a problem ### Describe the solution you'd like One of the features that...
### Is your feature request related to a problem? Please describe In order to simplify usage and report potential issues for the njs-acme project we need to publish versions and...
### Is your feature request related to a problem? Please describe Currently `createCsr` doesn't allow parameterized generation of Private/Public Key pair, where Public Key is used in CSR extensions. the...
From @ivanitskiy: here is an idea for you. let's have a callback on the client so users/developers can build their own validators (say they want to have allow list). from:...
### Describe the bug Trying to build using Docker 20.10.25 on Ubuntu 20.04 fails. ### To reproduce ``` $ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description:...