Changes between Initial Version and Version 1 of gpgOnYubiKey4


Ignore:
Timestamp:
07/24/17 22:51:55 (7 years ago)
Author:
jorrit
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • gpgOnYubiKey4

    v1 v1  
     1
     2Generate key
     3{{{
     4gpg2 --full-gen-key --expert
     5gpg (GnuPG) 2.1.15; Copyright (C) 2016 Free Software Foundation, Inc.
     6This is free software: you are free to change and redistribute it.
     7There is NO WARRANTY, to the extent permitted by law.
     8
     9gpg: keybox '/home/jorrit/.gnupg/pubring.kbx' created
     10Please select what kind of key you want:
     11   (1) RSA and RSA (default)
     12   (2) DSA and Elgamal
     13   (3) DSA (sign only)
     14   (4) RSA (sign only)
     15   (7) DSA (set your own capabilities)
     16   (8) RSA (set your own capabilities)
     17   (9) ECC and ECC
     18  (10) ECC (sign only)
     19  (11) ECC (set your own capabilities)
     20Your selection? 8
     21
     22Possible actions for a RSA key: Sign Certify Encrypt Authenticate
     23Current allowed actions: Sign Certify Encrypt
     24
     25   (S) Toggle the sign capability
     26   (E) Toggle the encrypt capability
     27   (A) Toggle the authenticate capability
     28   (Q) Finished
     29
     30Your selection? s
     31
     32Possible actions for a RSA key: Sign Certify Encrypt Authenticate
     33Current allowed actions: Certify Encrypt
     34
     35   (S) Toggle the sign capability
     36   (E) Toggle the encrypt capability
     37   (A) Toggle the authenticate capability
     38   (Q) Finished
     39
     40Your selection? e
     41
     42Possible actions for a RSA key: Sign Certify Encrypt Authenticate
     43Current allowed actions: Certify
     44
     45   (S) Toggle the sign capability
     46   (E) Toggle the encrypt capability
     47   (A) Toggle the authenticate capability
     48   (Q) Finished
     49
     50Your selection? q
     51RSA keys may be between 1024 and 4096 bits long.
     52What keysize do you want? (2048) 3072
     53Requested keysize is 3072 bits
     54Please specify how long the key should be valid.
     55         0 = key does not expire
     56      <n>  = key expires in n days
     57      <n>w = key expires in n weeks
     58      <n>m = key expires in n months
     59      <n>y = key expires in n years
     60Key is valid for? (0) 1y
     61Key expires at di 24 jul 2018 22:49:09 CEST
     62Is this correct? (y/N) y
     63
     64GnuPG needs to construct a user ID to identify your key.
     65
     66Real name: Jorrit Jorritsma
     67Email address: jsj@xs4all.nl
     68Comment:
     69You selected this USER-ID:
     70    "Jorrit Jorritsma <jsj@xs4all.nl>"
     71
     72Change (N)ame, (C)omment, (E)mail or (O)kay/(Q)uit? o
     73We need to generate a lot of random bytes. It is a good idea to perform
     74some other action (type on the keyboard, move the mouse, utilize the
     75disks) during the prime generation; this gives the random number
     76generator a better chance to gain enough entropy.
     77Please enter the passphrase to
     78protect your new key
     79Passphrase:
     80Repeat:
     81gpg: /home/jorrit/.gnupg/trustdb.gpg: trustdb created
     82gpg: key C2D3C98C511F9CF8 marked as ultimately trusted
     83gpg: revocation certificate stored as '/home/jorrit/.gnupg/openpgp-revocs.d/94D49EC738E0D9519BCDE7D9C2D3C98C511F9CF8.rev'
     84public and secret key created and signed.
     85
     86pub   rsa3072 2017-07-24 [C] [expires: 2018-07-24]
     87      94D49EC738E0D9519BCDE7D9C2D3C98C511F9CF8
     88uid                      Jorrit Jorritsma <jsj@xs4all.nl>
     89}}}