UNPKG

server-ssl

Version:

Node.js server that is SSL by default that can be used for development or production and can create and renew Lets Encrypt Certificates automatically using ACME, including wildcard certificates

39 lines 1.06 kB
{ "name": "server-ssl", "author": "FirstTimeEZ", "version": "50.0.2", "description": "Node.js server that is SSL by default that can be used for development or production and can create and renew Lets Encrypt Certificates automatically using ACME, including wildcard certificates", "main": "template; do not import; read the Getting Started of the README, maybe you want to use: lets-encrypt-acme-client", "type": "module", "keywords": [ "server", "ssl", "tls", "security", "web", "https", "api", "configurable", "localhost", "development", "production", "certificate", "renew", "lets", "encrypt", "acme", "template" ], "license": "Apache-2.0", "dependencies": { "base-acme-client": "^30.0.3", "lets-encrypt-acme-client": "^50.0.1", "simple-api-router": "^1.1.1", "simple-open-ssl": "^1.0.7" }, "repository": { "type": "git", "url": "git+https://github.com/FirstTimeEZ/server-ssl.git" }, "homepage": "https://github.com/FirstTimeEZ/server-ssl" }