Attention: this is the key used to sign the certificate requests, anyone holding this can sign certificates on your behalf. So keep it in a safe place!
openssl genrsa -des3 -out rootCA.key 4096| #!/usr/bin/env python3 | |
| #This is https://github.com/rushter 's python socks server | |
| #Tweaked by https://github.com/cybiere to forward to a SSH server | |
| #via Fabric https://github.com/fabric/fabric | |
| #to act as ssh -D | |
| import logging | |
| import select | |
| import socket | |
| import struct |