1. Card Holder Certificate on Gnuk Token

    Note that Card Holder Certificate is not yet well supported by the combination of pcsc-lite and GnuPG (bug fixes are needed now).

    Note that client certificate is not that common.

    Card Holder Certificate (optional/experimental)

    Suppose I am at the directory of gnuk-0.12/src.

    I did :

    $ ../tool/gnuk_put_binary.py …
    more »
  2. Gnuk Token を入れる袋を編む

    Gnuk Token を持ち運ぶのに袋を編みました。

    初心者なのでうまく説明することができませんが、記録として書いておきます …

    more »
  3. Using Gnuk Token with another computer

    This document describes how you can use Gnuk Token on another PC (which is not the one you generate your keys).

    Note that the Token only brings your secret keys, while .gnupg directory contains keyrings and trustdb, too.

    Fetch the public key and connect it to the Token

    Using the …

    more »
  4. Generating 2048-bit RSA keys

    This document describes how I generate 2048-bit RSA keys.

    Here is the log to generate signature key and encryption subkey.

    I invoke GnuPG with --gen-key option.

    $ gpg --gen-key
    gpg (GnuPG) 1.4.11; Copyright (C) 2010 Free Software Foundation, Inc.
    This is free software: you are free to change and …
    more »