• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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