Guest User

Untitled

a guest
Dec 21st, 2017
347
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. wget -q -O - https://jenkins-ci.org/debian/jenkins-ci.org.key | sudo apt-key add -
  2. sudo sh -c 'echo deb http://pkg.jenkins-ci.org/debian binary/ > /etc/apt/sources.list.d/jenkins.list'
  3.  
  4. david@machine:~$ sudo apt-key list
  5. /etc/apt/trusted.gpg
  6. --------------------
  7. pub 1024D/437D05B5 2004-09-12
  8. uid Ubuntu Archive Automatic Signing Key <master@ubuntu.com>
  9. sub 2048g/79164387 2004-09-12
  10.  
  11. pub 1024D/FBB75451 2004-12-30
  12. uid Ubuntu CD Image Automatic Signing Key <image@ubuntu.com>
  13.  
  14. pub 4096R/C0B21F32 2012-05-11
  15. uid Ubuntu Archive Automatic Signing Key (2012) <master@ubuntu.com>
  16.  
  17. pub 4096R/EFE21092 2012-05-11
  18. uid Ubuntu CD Image Automatic Signing Key (2012) <image@ubuntu.com>
  19.  
  20. pub 1024D/D50582E6 2009-02-01
  21. uid Kohsuke Kawaguchi <kkiu@kyterty.org>
  22. uid Kohsuke Kawaguchi <kyterty.iuytre@sun.com>
  23. uid [jpeg image of size 3704]
  24. sub 2048g/10AF40FE 2009-02-01
  25.  
  26. /etc/apt/trusted.gpg.d//pubring.gpg
  27. -----------------------------------
  28. pub 2048R/06634014 2013-01-26
  29. uid OSP Team <IET-OSP-IUY@host.com>
  30. sub 2048R/732F28E7 2013-01-26
  31.  
  32. pub 1024D/437D05B5 2004-09-12
  33. uid Ubuntu Archive Automatic Signing Key <master@ubuntu.com>
  34. sub 2048g/79164387 2004-09-12
  35.  
  36. pub 1024D/FBB75451 2004-12-30
  37. uid Ubuntu CD Image Automatic Signing Key <image@ubuntu.com>
  38.  
  39. pub 4096R/C0B21F32 2012-05-11
  40. uid Ubuntu Archive Automatic Signing Key (2012) <master@ubuntu.com>
  41.  
  42. pub 4096R/EFE21092 2012-05-11
  43. uid Ubuntu CD Image Automatic Signing Key (2012) <image@ubuntu.com>
  44.  
  45. pub 1024D/D50582E6 2009-02-01
  46. uid Kohsuke Kawaguchi <kkiu@kyterty.org>
  47. uid Kohsuke Kawaguchi <kyterty.iuytre@sun.com>
  48. uid [jpeg image of size 3704]
  49. sub 2048g/10AF40FE 2009-02-01
  50.  
  51. sudo apt-key del D50582E6
  52.  
  53. wget -q -O - https://jenkins-ci.org/debian/jenkins-ci.org.key | sudo apt-key --keyring /tmp/test add -
  54.  
  55. sudo apt-key --keyring /tmp/test list
Add Comment
Please, Sign In to add comment