-
Recent Posts
Archives
Twitter Updates
- something like https://t.co/z2anbp1b .. ? 10 hours ago
- I need a little library where components can declare what order in which they'd like to be sorted... IOrderMe { Order GetOrder(); } 10 hours ago
- @codingthewheel @CalebJenkins ... I can't begin to fathom the complexity required 12 hours ago
- Reminder that this remains an excellent resource for people who work with software development teams: http://t.co/AGONJPmm 23 hours ago
- Taught my 2 year old about headphones today. And 311. There was much head bopping. 23 hours ago
Category Archives: Tools
Obligatory Utility Roundup Post
I have set up a few new PCs lately in the course of getting set up on my new job. Here is what I install: Windows XP SP3 – Vista too much friction Use BlackViper‘s Safe config Turn off System … Continue reading
Posted in Tools
5 Comments
Self-signed SSL Certs on IIS 6 part 2
Q: How do I install self-signed SSL certificates on two IIS 6 websites on the same server where both sites use port 443 and are configured with host headers? A: Multiple SSL sites on a single IIS server using host … Continue reading
Self-signed SSL certs on IIS 6
Q: How do I install a self-signed SSL certificate on an IIS 6 website? A: Use the SelfSSL utility that comes with the IIS Resource kit! http://codeforeternity.com/blogs/technology/archive/2008/02/15/creating-self-signed-ssl-certificates-on-iis-6-0-and-windows-server-2003.aspx Q: How do I install self-signed SSL certificates on two IIS 6 … Continue reading