Generating Cryptography Keys in Python

March 27, 2012 at 09:18 AM | categories: Python, SSL, Howto | View Comments
PyOpenSSL may seem like the obvious option when working with cryptography keys in Python but i have found it to have some short coming such as the inability to save both the public and private key in a key pair....

Creating a Cacert postfix certificate

February 03, 2008 at 06:58 PM | categories: Postfix, SSL, Security, Linux | View Comments
Cacert is a certification authority that provides free certificates, i guess using them is much better that having your own local CA. We need to download the cacert root certificate and install it on the server Download and...