Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • J jami-client-gnome
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 87
    • Issues 87
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • savoirfairelinux
  • jami-client-gnome
  • Issues
  • #629
Closed
Open
Created May 04, 2017 by RingBot@RingBotOwner

Add information on how to fetch PGP Ring public key

Issue generated from Tuleap's migration script. Originally submitted by: Guillaume Roguez (guillaume)

The fact that manualy installed packages (GNU/Linux ones) need to have an installed Ring public key
on the user system is not indicated anywhere.

Who wants to check the signature of our packages needs this key.

An example on Fedora to fetch and install this key:
gpg --keyserver pgp.mit.edu --recv-keys A295D773307D25A33AE72F2F64CD5FA175348F84
gpg --export -a A295D773307D25A33AE72F2F64CD5FA175348F84 > /tmp/ring.pubkey
sudo rpm --import /tmp/ring.pubkey

Assignee
Assign to
Time tracking