HOW TO : Download SSL certificate using openssl and importing it into a keystore
Following up on my earlier post about using keytool to import and export certificates into a keystore. Here is some more information on using openssl to...
Following up on my earlier post about using keytool to import and export certificates into a keystore. Here is some more information on using openssl to...
Quick update on the races Jhanvi and I ran so far this year. And yes, she kicked my butt in all of them as usual 🙂...
Quick post on using diff to compare two directories in Linux. This will show the list of files and subdirectories that are different in either directories...
If you want to grep for certain http response codes in a apache log file Look for all access requests with a 200 response code[code] grep...
The net is up in arms about a new release from team Ghostshell of compromise data. Details of the leak can be found at http://www.theregister.co.uk/2012/08/28/team_ghostshell_megahack/ and the source...
Simple one liner to check if your web server is using strong ciphers [code] openssl s_client -cipher LOW -host SERVER_NAME -port 443 [/code]