• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Issue Let's Encrypt

xt.Tobi

New Pleskian
Hello,

I just wanted to renew 5 Domains in one click. But when I choosed them and pressed "Secure with Let's Encrypt" it removed the Certificates for www and webmail.

Before I pressed the Button:
Unbenannt.PNG

After I pressed the Button and it Worked:
Unbenannt.PNG
(Image is edited dates are wrong)

Thank you for help (Sorry for my English)
 
Hi xt.Tobi,

the corresponding entries from the Plesk Let's Encrypt Extension, can be found at your "panel.log" ( since version 2.0.3 ). Pls. consider to post the corresponding entries for further investigations, so that people willing to help have something to start with their investigations. ;)
 
Hi xt.Tobi,

the corresponding entries from the Plesk Let's Encrypt Extension, can be found at your "panel.log" ( since version 2.0.3 ). Pls. consider to post the corresponding entries for further investigations, so that people willing to help have something to start with their investigations. ;)

Hi UFHH01,

I think this is no error. My question ist is there a way to renew all cerfificates(including www and webmail) by one click.
 
You could run
# /usr/local/psa/admin/bin/php -dauto_prepend_file=sdk.php '/usr/local/psa/admin/plib/modules/letsencrypt/scripts/renew.php'
This will renew all certificates that are due for renewal. There should be a cronjob in the scheduled tasks that is doing that every day.
 
You could run
# /usr/local/psa/admin/bin/php -dauto_prepend_file=sdk.php '/usr/local/psa/admin/plib/modules/letsencrypt/scripts/renew.php'
This will renew all certificates that are due for renewal. There should be a cronjob in the scheduled tasks that is doing that every day.
Hallo,

kannst du mir vielleicht nochmal auf deutsch erklären was genau dieser Befehl tut? Ich wäre dir echt sehr dankbar :)
 
The renew.php script checks all Let's Encrypt certificates that are currently installed on domains and renews them if a renewal date is up. Certificates that do not yet need to be renewed will not be renewed. When you run this script daily, you can be sure that your certificates will always be renewed in time.
 
Back
Top