Secure Google search – encrypted search string and url

https://encrypted.google.com/ If you want to search Google securely, over an encrypted connection, use the above link. This prevents your search from being seen by anyone but you and Google, that includes your ISP. Resources: http://stackoverflow.com/questions/499591/are-https-urls-encrypted Video explaining SSL Security Now, episode #195

Generate CSR file for GoDaddy SSL certificate in OSX, using terminal command line and openssl

This works for generating CSR files required by GoDaddy SSL certificates. This will work with more than just GoDaddy SSL certificates, you can even sign your own certificates. In the Terminal application, type: $ openssl genrsa -des3 -out domain.key 2048 You will now have to enter a passphrase, so type: $ openssl req -new -key… Continue reading Generate CSR file for GoDaddy SSL certificate in OSX, using terminal command line and openssl