DID YOU KNOW : Windows mobile and wildcard certs don't work together
Wildcard SSL certificates allow you to use one certificate for all sub domains (up to one level) of a host. Say I got a wildcard SSL...
Wildcard SSL certificates allow you to use one certificate for all sub domains (up to one level) of a host. Say I got a wildcard SSL...
After I installed the new kernel as mentioned in this update, I was still seeing the server booting up with the older version. I tried to...
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...
One of the capabilities of Jboss is that it can serve HTTP traffic. By default Jboss does not log any of the HTTP traffic in it’s...
If you ever wanted to check how many threads a particular process spawned off in Linux, you can use Find the PID of the process by...