Take Back the Darknet (Part 11)
Part 11 - Configuring HTTPS (SSL) Generate SSL keys via CAcert.org. Great website for doing this is right here. You’ll need to create three things: .csr for the certificate signing request (CSR) .crt for the signed certificate file .key for the key file cd ~ openssl genrsa -out tim.key 4096...
Continue reading