Country Code
  • Home
Sign in Subscribe

https

A collection of 1 post
Run Web Application Over HTTPS
https

Run Web Application Over HTTPS

Sometimes you need to run your app locally and use HTTPS.  Below are steps that worked for me. Install http-server npm i -g http-server Create a local certificate and key openssl req -x509 -out localhost.crt -keyout localhost.key -newkey rsa:2048 -nodes -sha256 -subj '/CN=localhost' -extensions
24 Oct 2022 1 min read
Page 1 of 1
Country Code © 2025
Powered by Ghost