Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 732 Bytes

File metadata and controls

30 lines (23 loc) · 732 Bytes

httpsServerforgeneralUse

This is an rushed attempt to make something somewhat useable.

How to get it to work?

before we start

!!DO NOT PUBLISH THE KEY AND CHAIN FILES TO GIT HUB!!

Put the key and chain somethere else. And specify it in the parameter.

Ok, with that out of the way. let's begin.

First, create a folder in the root called obj.

Second, Get 2 files from Let's Encrypt cert bot.
There will be a private key and a chain file

lunch server with

./server_vid.out -p "your port here" -k "your private key.pem" -c "your full chain file"

you can always add -h to the command for the built-in manual.