Node-RED with Lego SSL Cert Renewal in Alpine Linux
3.1K
Node-RED with Lego SSL Cert Renewal in Alpine Linux
This docker is designed to provide automatic SSL Certificate renewal via Lego which uses ACME automatic registration and renewal to maintain a valid certificate
Add entry to define certificate locations and refresh interval
key: require("fs").readFileSync('/data/certs/server.key'),
cert: require("fs").readFileSync('/data/certs/server.crt'),
httpsRefreshInterval: 1
},```
Content type
Image
Digest
Size
50.6 MB
Last updated
about 5 years ago
docker pull gpocali/alpine-node-red-lego