Skip to content

A webserver for https using tlsv1.2 and openssl libraries

Notifications You must be signed in to change notification settings

ckevar/https1.2-webserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

https1.2-webserver

this is an webserver for https using tlsv1.2 using openssl libraries

Getting started

First step:

After running make, you are ready to go.

Second Step in Terminal:

cd https-webserver/server/sslkeys
nano (or vim) genkeys.ssh # On company/CN=, modify it by using your public IP or you CN name```
chmod +x genkeys.sh
./genkeys.sh #this will generate public and private keys
cd ../ # server folder
sudo ./main

Reqs

  • openssl (libssl-dev)

About

A webserver for https using tlsv1.2 and openssl libraries

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published