Skip to content

michalswi/https-web-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTTPs Web Server

$ mkdir -p certs/
$ cd certs/
$ openssl req -newkey rsa:2048 -nodes -sha256 -x509 -days 365 \
-out cert.crt \
-keyout cert.key \
-subj "/CN=localhost"

$ cd ../
$ make run

About

simple https web-server

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published