GPG signing key (for apt repostories)

Public Key, ID 0xD5B00C15CB5FCE56C07845055915965DA7A4E5EA

Add key manually:

wget -O- https://repos.digineo.de/apt.pub | gpg --dearmor >/etc/apt/trusted.gpg.d/digineo.gpg

Add key with Ansible:

- name: Import Digineo package signing key
  apt_key:
    id:      D5B00C15CB5FCE56C07845055915965DA7A4E5EA
    url:     https://repos.digineo.de/apt.pub
    keyring: /etc/apt/trusted.gpg.d/digineo.gpg

Add entry to sources-list(5):

cat <<EOF >/etc/apt/sources.list.d/digineo.list
  deb [signed-by=/etc/apt/trusted.gpg.d/digineo.gpg] https://apt.repos.digineo.de/digineo testing main
EOF

Note: You may need to setup authentication, see apt_auth.conf(5).


Digineo GmbH • Impressum