Original here – Reduce SSL cost and maintenance by using single certificate for multiple websites using SAN certificate SAN stands for … More
Category: Linux
Self-Signed Wildcard certificate with SAN using openssl / SSL
Copy the default template of openssl.cnf to a writable location. cp /System/Library/OpenSSL/openssl.cnf src Uncomment the req_extensions = v3_req req_extensions = v3_req # … More
ISE expanding the data partition
This article was found on the internet… I haven’t tried it.. but will consider it on a test copy of … More
Export MySQL Databases using Command line
MySQL provides us the utility called mysqldump to export our databases. It is very easy to use utility. You can … More
Ubuntu Network Config
I recently had to modify the NIC setup and add a virtual nic. Thought I would save this.. as it … More