Skip to content

Instantly share code, notes, and snippets.

View cdies's full-sized avatar

Pervushin brothers cdies

  • Moscow Aviation Institute
  • Moscow
View GitHub Profile
@marshalhayes
marshalhayes / README.md
Last active July 3, 2024 12:33
TLS encryption of Python sockets using the "SSL" module

README.md

Follow these steps before trying to run any code.

  1. First, generate a Certificate Authority (CA).

openssl genrsa -out rootCA.key 2048

  1. Second, self-sign it.