Skip to content

Metrological/node-web-test-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-web-test-server

This is a simple Node.js HTTPS server template using a wildcard SSL certificate.

Features

  • HTTPS server using Node.js
  • Wildcard SSL certificate support
  • Ready for deployment with systemd

Setup Instructions

  1. Upload your wildcard certificate files to the EC2 instance: (Please note you can also use the TLS Deployment Livebook)

    • /etc/ssl/metrological/metrological.crt
    • /etc/ssl/metrological/metrological.com.key
  2. Set permissions:

    sudo chmod 600 /etc/ssl/private/metrological.key
    sudo chmod 644 /etc/ssl/certs/metrological.crt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published