Skip to content

tachyon-ops/python-SS-client-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Server/Client PoC

Generate CRT and KEY

openssl req -x509 -newkey rsa:4096 -sha256 -days 3650 -nodes \
  -keyout example.key -out example.crt -subj "/CN=example.com" \
  -addext "subjectAltName=DNS:example.com,DNS:www.example.net,IP:127.0.0.1"

Run

DO the venv Install requirements.

python server.py

python client.py

About

python-SS-client-server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages