Evan Martin (evan) wrote in evan_tech,
Evan Martin
evan
evan_tech

livejournal key export

I just figured out how to build a Debian package and make an apt archive, including supporting their new fancy GPG-signed archives. I've written a bit more on that last bit.

LiveJournal should have /users/username/data/key output the user's public key with the appropriate headers. Then I could tell people to just do
curl http://www.livejournal.com/users/evan/data/key | gpg --import
or Debian users to even do
curl http://www.livejournal.com/users/evan/data/key | sudo apt-key add -
which are cute.

Of course, it all depends on how much you trust my LiveJournal account...
Subscribe

  • no go

    Two friends of mine were pretty enthusiastic about the Go language, so I tried writing a program in it yesterday. It is frustrating because despite…

  • playing with vala

    I actually was toying with making something like Vala back in college. It's pretty cute. Much like using the sane subset of C++, as you write code…

  • chromium.el

    This weekend I wrote some Emacs Lisp to write some utility functions I find useful for hacking on Chromium. It's fun to have a reason to use Lisp!…

  • Post a new comment

    Error

    default userpic
    When you submit the form an invisible reCAPTCHA check will be performed.
    You must follow the Privacy Policy and Google Terms of use.
  • 7 comments