Archive for the ‘WebMaster’ Category.

Web Devleoper moz toolbar

Web Developer is a rather neat toolbar component for Firefox or Moz.

Convert Apache/OpenSSL HTTPS Certificate to IIS

How do I export my KEY file from Apache for use with Microsofts IIS?

The following command will convert your Apache Key file to one that Microsoft IIS can recognise:

openssl rsa -in ApacheKeyFileName.key -out IISKeyFileName.key -outform NET