• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Question Let's Encrypt Certificate Request does not use DNS Challenge

DevMoritz

New Pleskian
Server operating system version
Debian 10
Plesk version and microupdate number
18.0.58 Update #2
Hey,

I want to issue a certificate for my domain xyz.com with IP 1.2.3.4 (example values), I am using some services like mail on the Plesk instance.
But I have also another software (k8s) running on my xyz.com domain, so I have my A Record directed to the k8s cluster on IP 4.3.2.1 instead of the one of Plesk.

The problem is that, when I want to reissue the certificate now it fails with the following error message:
1706399848540.png
It seems that the wrong challenge is used (HTTP-01 instead of DNS-01).
Is it even possible to renew the certificate for a domain that does not point to the Plesk instance?

Thanks for any help :D
 
DNS-01 is only supported for wildcard certificates.

If the domain name itself is not hosted on the server, a certificate cannot be issued. A certificate can be issued where the domain is hosted.

Instead, you can address the server by its host name where you have a certificate for the host name.
 
Hey,

so there is no way to use DNS-01 if the domain is not pointed to the Plesk server?
I can generate myself a cert with e.g. certbot and can upload it there, but than the CSR Part is missing and is not fully automated.

So I need to get the specific domain to work on Plesk with an certificate for my mails, how doesn't matter, except I cant point the DNS record towards it.
I use Cloudflare for DNS, so there is an service for Plesk for syncing, is it possible to tell Plesk it should change the _acme-challenge record in Cloudflare?

Maybe another idea?

Thanks
Moritz
 
Back
Top