thomaspeissl commented on issue #1979: URL: https://github.com/apache/incubator-pagespeed-mod/issues/1979#issuecomment-1223886416
There is no new key file. Google is no longer officially driving the mod_pagespeed effort, the old download's signature has expired. You can no longer update `mod_pagespeed` with `apt`. ```bash # comment out the existing apt source entry nano /etc/apt/sources.list.d/mod-pagespeed.list # before: deb http://dl.google.com/linux/mod-pagespeed/deb/ stable main # after: #deb http://dl.google.com/linux/mod-pagespeed/deb/ stable main ``` The good news is that you can easily upgrade your installed `mod_pagespeed` package with the new one, but you need to download and install that manually. ```bash # check for updated download links at https://www.modpagespeed.com/doc/download wget https://dlcdn.apache.org/incubator/pagespeed/1.14.36.1/x64/mod-pagespeed-apache-incubating-beta_1.14.36.1-r0_amd64.deb dpkg -i mod-pagespeed-apache-incubating-beta_1.14.36.1-r0_amd64.deb systemctl restart apache2 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@pagespeed.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org