Skip to content

AlexanderB92/easy-dev-https

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Easy-dev-https

Testing selfsigned certificates for node server to use locally.

Generate cert this way:

openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -sha256 -days 365

I used openssl included with UBUNTU on WSL. Neat. 🧑‍🚀

Note 1: Browser will complain about the authority, if it is made up. Note 2: Set passphrase in the config

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors