• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.

Resolved Why i need to do the DNS ACME thing manuall (TXT record) when i use subdomain wildcards and an external dns (Hurricane Electric)

jmar83

Regular Pleskian
After the Lets Encrypt valid time period, i get the message that the SSL/TLS certificate cant get renewed automatically. Is there an API which is able to update the TXT records on Hurricane Electric DNS service!?

Thanks for feedbacks.
 
Thank you very much for your feedback. No, not so i think.

Then i will remove the wilcard / ACME the, too many things to do for a small advantage...
 
~~Is there an API which is able to update the TXT records on Hurricane Electric DNS service!?
Not exactly automatic, but we renew all of our Let's Encrypt *wildcard and/or multi-domain(SAN)-*wildcard SSL Certificates via the acme.sh api which works perfectly with all of our cloud servers that our hoster; IONONS provides. There's no need to add or update the domains' txt records manually, because those tasks are performed as part of the api interface process. You need to install acme.sh first of all and familiarse yourself with it, but as an example, just entering a one line instruction like the one below, via SSH, will take the renewal process all the way through the adding / verifying text records to renewing the certificate:

# acme.sh --issue --dns dns_ionos -d **my-domain.com** -d *.**my-domain.com** --server letsencrypt --preferred-chain "ISRG Root X1" --force

Once you've configured the api, It's a lot less work than the manual process and we've used this for months and never had a problem.
acme.sh is here: GitHub - acmesh-official/acme.sh: A pure Unix shell script implementing ACME client protocol
FWIW Huricane Electric also appears in the DNS api list. It's item 31 on here: dnsapi · acmesh-official/acme.sh Wiki
 
Thank you vey very much, looks very nice!! :)

Now i've done it manually again - but in future i would say it's better to make it automatically!
 
Another question - i know that is it not Plesk-related: WHY does Let's Encrypt for every new Certificata creation request need a NEW TXT DNS record? * What's the sense behind this?

(* At least when i use wildcard / subdomain http certificates - otherwise not)

That's a lil bit string i.m.o, but, maybe, there are some security and / or genuinity reasons for that?

(In not familiar with all the https SSL/TLS certificate thins - it all other than a trivial thing when i look closer into the details / mechanisms...)

Does somebody know this?

Thank you very very much for your feedback(s)! :)
 
 
Back
Top