• 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.

Issue Use Let's Encrypt on a domain alias

Andrew_Newth

Basic Pleskian
I have a DNN (DotNetNuke) site set up with a few portals running via domain alias. I see under Websites and Domains where it lists the main domain, under that are all the domain aliases set up for the various portals and they all have a Let's Encrypt button. However when I click on this it just has the main domain as the domain to encrypt and no option to use the domain alias instead.

Is what i am trying to do possible with the new Let's Encrypt feature?

thanks!
 
Hi Andrew_Newth,

Is what i am trying to do possible with the new Let's Encrypt feature?
Yes, but not with the Plesk extension.

Pls. read the official Let's encrypt FAQs and documentation(s):

https://community.letsencrypt.org/t/frequently-asked-questions-faq/26 :
Can I get a certificate for multiple domain names (SAN certificates)?
Yes, the same certificate can apply to several different names using the Subject Alternative Name (SAN) mechanism. The resulting certificates will be accepted by browsers for any of the domain names listed in them.

https://certbot.eff.org
https://certbot.eff.org/faq


https://certbot.eff.org/docs/using.html#command-line-options
Example usage:

certbot certonly -n -d exampleA.com -d www.exampleA.com -d exampleB.com -d www.exampleB.com


The current maximum for Let's encrypt SAN - certificate - names are:
Code:
maximum is 100
 
I also need this feature to secure CDN sub-domains, maybe on let's encrypt activation page that asks to include "www" plesk can also ask for a list of sub-domains.

Code:
cdn1.mysite.com
cdn2.mysite.com
 
Back
Top