Changeset 1859


Ignore:
Timestamp:
May 21, 2011, 10:17:08 PM (13 years ago)
Author:
quentin
Message:
Provide instructions for verifying the Debathena archive key
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/doc/install-xen

    r1858 r1859  
    1919# install Xen
    2020    aptitude install xen-linux-system
     21
    2122# download Debathena archive key, verify
    22 # Fetch https://debathena.mit.edu/apt/debathena-archive.asc from a
    23 # machine with the MIT CA, then paste it into
    24     apt-key adv --import
     23  (aptitude install debian-keyring &&
     24  cd /tmp &&
     25  wget http://debathena.mit.edu/apt/debathena-archive.asc &&
     26  kcr_fingerprint=$(gpg --keyring /usr/share/keyrings/debian-keyring.gpg --no-default-keyring --list-keys --with-colons kcr@debian.org | grep ^pub | cut -f 5 -d :) &&
     27  gpg --primary-keyring /tmp/debathena.gpg --no-default-keyring --import debathena-archive.asc &&
     28  gpg --primary-keyring /tmp/debathena.gpg --no-default-keyring --refresh-keys &&
     29  gpg --primary-keyring /tmp/debathena.gpg --no-default-keyring --keyring /usr/share/keyrings/debian-keyring.gpg --list-sigs --with-colons debathena@mit.edu | grep ^sig | cut -d: -f5 | grep -q $kcr_fingerprint &&
     30  gpg --primary-keyring /tmp/debathena.gpg --no-default-keyring --export debathena@mit.edu | apt-key adv --import)
     31
    2532# add Debathena repos to etc/apt/sources.list.d
    2633  cat <<EOF > /etc/apt/sources.list.d/debathena.list
Note: See TracChangeset for help on using the changeset viewer.