issues
search
nginx
/
njs-acme
Nginx NJS module runtime to work with ACME providers like Let's Encrypt for automated no-reload TLS certificate issue/renewal.
Apache License 2.0
70
stars
11
forks
source link
Fixes for multiple hostnames
#11
Closed
zsteinkamp
closed
1 year ago
zsteinkamp
commented
1 year ago
Proposed changes
Fixes to allow for multiple hostnames to be used with a cert.
PEM-format CSR before passing to readCsrDomainNames()
Include altNames in certificate
Cert/key file is always named by the commonName (code was looking for a host-specific variable for the cert/key filename)
Various Typescript tomfoolery
Proposed changes
Fixes to allow for multiple hostnames to be used with a cert.