You've opened a new tab!

Sound familiar? You know IE holds back the Internet right?

Here you'll be able to find my brief notes on computer/linux things I'm currently doing, and if I had any troubles, details about how they were overcome.

My public GPG key
My public SSH key

My github

My nicknames:

  • cgerpheide (official)
  • phoxicle (IRC, forums, twitter)
  • HorseRayX (AOL -- haven't used this one since I was 11)

A list of my favorite XKCDs:

C0mput3rz & T3chno1ogy

"Unknown format in import" with .p12 file in Mac OS X

Today I encountered the error "Unkown format in import" when trying to import a private key in Mac OS X that had been exported as a .p12 (psck12) file, regardless of whether I double clicked on the file, dragged it into Keychain Access, or ran the import command from the terminal.

The problem was actually that I had uploaded the key previously using FTP, and because the key is a text file, ftp altered (and corrupted) the file when it was transferred. To fix this, I emailed myself the key instead, but it would probably also work to use FTP in binary mode (if using command line FTP, type "binary").

So, for anyone else that runs into this error... I suppose it is likely that the file is actually corrupt, and you may want to change the way you are transferring the file. I've heard similar stories about attachments in Outlook.