Sign inSign up

gpocali/alpine-node-red-lego

By gpocali

Updated about 5 years ago

Node-RED with Lego SSL Cert Renewal in Alpine Linux

Image
0

3.1K

gpocali/alpine-node-red-lego repository overview

alpine-node-red-lego

Node-RED with Lego SSL Cert Renewal in Alpine Linux

Purpose

This docker is designed to provide automatic SSL Certificate renewal via Lego which uses ACME automatic registration and renewal to maintain a valid certificate

/data/settings.js

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
    },```
	

Tag summary

Content type

Image

Digest

Size

50.6 MB

Last updated

about 5 years ago

docker pull gpocali/alpine-node-red-lego