~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/user-guide/gpg_signatures.txt

  • Committer: Tarmac
  • Author(s): Vincent Ladeuil
  • Date: 2017-01-30 14:42:05 UTC
  • mfrom: (6620.1.1 trunk)
  • Revision ID: tarmac-20170130144205-r8fh2xpmiuxyozpv
Merge  2.7 into trunk including fix for bug #1657238 [r=vila]

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
operations.
17
17
 
18
18
Setting up GnuPG
19
 
--------------
 
19
----------------
20
20
 
21
21
There are many guides to creating a digital signature key with GnuPG.  See
22
22
for example the `GnuPG Handbook
53
53
 
54
54
``re-sign`` is also useful to change an existing signature.
55
55
 
 
56
By default Bazaar will tell GnuPG to use a key with the same user
 
57
identity as the one set with ``whoami``.  To override this set
 
58
``gpg_signing_key`` in bazaar.conf or locations.conf.
 
59
 
 
60
  ``gpg_signing_key=DD4D5088``
 
61
 
 
62
  ``gpg_signing_key=amy@example.com``
 
63
 
56
64
Verifying Commits
57
65
-----------------
58
66
 
78
86
Work in Progress
79
87
----------------
80
88
 
81
 
There is still a number of digital signature related features which are hoped
82
 
to be added to Bazaar soon.  These include verificiation in logs, qbzr
 
89
There is still a number of digital signature related features which
 
90
are hoped to be added to Bazaar soon.  These include bzr explorer
83
91
integration and setting branches to require signatures.