Project Uptime : Progress Report – 3
Things have been a bit hectic at work.. so didn’t get a lot of time to work on this project. Now that that the new server...
Things have been a bit hectic at work.. so didn’t get a lot of time to work on this project. Now that that the new server...
If you want to check the SSL certificate validation (expiry time, hostname match, self signed etc) using curl, you can do it by running [code]curl -cacert...
Quick onliner on generating a MD5 fingerprint for a SSL certificate using openssl [code]openssl x509 -noout -md5 -fingerprint -in NAME_OF_CERTIFICATE_FILE [/code] If you don’t specify the...
Quick how to for my personal records. iptables is an open source firewall (and it does a lot more) included with most linux distributions. Steps to...
As a site linking to site which is linking to site that serves malware. And I thought it was worth a post, because that site is...
Quick note for myself to check web services using curl ([L/U]nix utility to play with http(s) traffic) [code] curl https://URL_TO_TEST –insecure –trace-ascii debug.txt [/code] Comments on...