Relevant links: * aiohttp server: https://docs.aiohttp.org/en/stable/web_reference.html#aiohttp.web.TCPSite * aiohttp client: [SSL control for TCP sockets](https://docs.aiohttp.org/en/stable/client_advanced.html#ssl-control-for-tcp-sockets) * [OpenSSL Certificate Authority](https://jamielinux.com/docs/openssl-certificate-authority/index.html) * Python ssl module: https://docs.python.org/3/library/ssl.html * [Is it possible to create an X.509 certificate from an Ethereum/Bitcoin private key?](https://ethereum.stackexchange.com/questions/32682/is-it-possible-to-create-an-x-509-certificate-from-an-ethereum-bitcoin-private-k)
Relevant links: