sury new gpg key

Discussion in 'Installation/Configuration' started by madmucho, May 3, 2021.

  1. madmucho

    madmucho ISPConfig Developer ISPConfig Developer

    Hi all,
    if you are using ppa php repository from Ondrej Sury there is gpg key expiration and new key needs to be added, symptoms is after
    apt-get update you get failed to fetch with "The following signatures were invalid: EXPKEYSIG B188E2B695BD4743 DEB.SURY.ORG"
    Just 3 commands to reflect gpg change.
    1. Code:
      apt-key del B188E2B695BD4743
    2. Code:
      wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg
    3. Code:
      apt-get update
    More info on https://github.com/oerdnj/deb.sury.org/issues/1575
     
    Last edited by a moderator: May 4, 2021
    ahrasis, Th0m and Taleman like this.
  2. Th0m

    Th0m ISPConfig Developer Staff Member ISPConfig Developer

    Thanks for the reminder :D
     

Share This Page