What is a Private Key? A private key is a piece of code created alongside your Certificate Signing Request (CSR). These are generated on your server or other generation tool. After that, CSR is then used to create your SSL Certificate, otherwise known as the public key. These keys work together to encrypt and decrypt […]
Private Key
How do I find my Private Key (RSA Key)?

What is a Private Key? A Private Key is one part of a pair of keys used for text encryption and decryption, the other being the public key (the SSL/TLS certificate). With SSL/TLS certificates, incoming and outgoing information goes through the public key and is encrypted into nonsensical code. The public key is viewable and […]