はじめに#

  1. NitrokeyのOpenPGPスマートカードにアクセスするには、libccidパッケージをインストールします。Debian/Ubuntuベースのディストリビューションでは、ターミナルで次のように入力します。sudo apt-get update && sudo apt-get install libccid.

    ディストリビューションにかなり古いバージョンのlibccid(<1.4.21)が含まれている場合は、自分でデバイス情報を追加する必要があります(例えば、Ubuntu 14.04以降を使用している場合)。この場合、以下の`の手順に従ってください <https://www.nitrokey.com/documentation/frequently-asked-questions-faq#latest-device-driver-missing-on-older-linux-distribution>`_。

  2. Download and start the Nitrokey App. Follow the instructions to change the default User PIN (default: 123456) and Admin PIN (default: 12345678) to your own choices.

img

これでNitrokeyは使用可能です。

注釈

Tip

多くの使用例では、デバイスにOpenPGPまたはS/MIMEの鍵をインストールする必要があります(下記参照)。

OpenPGPまたはS/MIMEによる鍵の作成#

電子メールの暗号化には、広く使われている2つの規格があります。OpenPGP/GnuPGは個人に人気がありますが、S/MIME/x.509は主に企業で使用されています。どちらを選ぶか迷った場合は、OpenPGPを使うとよいでしょう。

To learn more about how to use OpenPGP for email encryption with the Nitrokey, please refer to chapter OpenPGP Email Encryption.

To learn more about how to use S/MIME for email encryption with the Nitrokey, please refer to chapter S/MIME Email Encryption.