• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Resolved apt-key depreciated

Compi

Basic Pleskian
Server operating system version
Ubuntu 22.04 LTS
Plesk version and microupdate number
18.0.44
Hello, I was about to update my Server, but it tells me the apt key is depreciated:
1656679763844.png

What would be the correct fix in this situation?

Thanks!
 

Attachments

  • 1656679722010.png
    1656679722010.png
    88.8 KB · Views: 6
Hi,

This is a known issue.

Please have a look at this thread:
 
The warning message is caused by missing or corrupted plesk.gpg file in /etc/apt/trusted.gpg.d
It is possible to re-install the key running the following command:
Code:
# curl -s https://autoinstall.plesk.com/plesk.gpg | gpg --no-default-keyring --keyring gnupg-ring:/etc/apt/trusted.gpg.d/plesk.gpg --import && chown _apt /etc/apt/trusted.gpg.d/plesk.gpg
 
Back
Top