• 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 Create an SSL certificate with Let's Encrypt for a second domain with the same physical directory.

khunochan

New Pleskian
Context:
We Have Plesk Onyx Version 17.8.11 and IIS v10 on Windows Server 2016.

- We create store1.com with Plesk (store1.com), with this binding in IIS:
- HTTP store1.com 80
- HTTP www.store1.com 80
- HTTPS store1.com 443
- HTTPS www.store1.com 443
HTTPS with SSL with Let's Encrypt... all good so far.
and its physical directory: C:\inetpub\vhosts\store1.com.

And we create, also with Plesk, a second store (store2.com) with his domain, but in IIS we bind on store1.com this:
- HTTP store2.com 80
- HTTP www.store2.com 80
- HTTPS store2.com 443
- HTTPS www.store2.com 443
with this physical directory: C:\inetpub\vhosts\store2.com
Because we want to use the same website with this new domain (store2.com) (nopcommerce can have more than one store on the same site)
Works fine.

The problem:
Now i try to put SSL with Let's Encrypt but the Let's Encrypt Extensions writes the challenge file on C:\inetpub\vhosts\store2.com\httpdocs\.well-known\acme-challenge, but the URL for the challenge
http://store2.com/.well-known/acme-challenge/[TOKEN]. it's in C:\inetpub\vhosts\store1.com\httpdocs\.well-known\acme-challenge

There is a way to change the physical directory for the store2.com on Plesk to the store1.com physical directory?
So that Let's Encrypt Extensions write the challenge file in the physical directory of store1.com.
 
Last edited:
Back
Top