Convert .pem certificates to .pfx in a bash script – [edit]

[edit] So much for that. It turns out that openssl is able to determine that the key and certificate are already in a single file. Therefore, no csplitting required (well, I hope somebody reading this at least learned about how nice csplit is). In fact, the whole script might as well be obsolete… blaargh. Well, [...]

  • Share/Bookmark

Office 2007 MIME Types

The relatively new document types Office 2007 has given some web hosts problems when their clients want to offer documents for download. Most often, the documents are being offered by the web server as “text/html” which is then rendered as a ton of garbage on the web user’s screen.
The best way to resolve this is [...]

  • Share/Bookmark