Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

JoeCianflone's avatar

Multiple SSL Certs with Forge

Hello,

I have a multi-tenant app that works fine. No issues. I've got a wild-card ssl cert with letsencrypt and that is working great.

However, I've got a couple of clients who want custom domains. So something like foo.myapp.com point to foo.com. OK, I can do that with an A Record on their DNS and with a couple of app-level modifications I'm good to go.

The problem is that the SSL certs aren't work. I tried to add a new SSL cert and I get an error that LetsEncrypt states challenge is invalid! (returned: invalid).

So has anyone done this before? Happy to give more information but DNS and server stuff is really not my area of expertise so I'm not 100% sure if this is even something Forge can do.

0 likes
4 replies
JoeCianflone's avatar

@bobbybouwmann thanks man I appreciate the help! I followed the notes there and I've got a new SSL cert installed and I created a new nginx config file in my sites-available for the new domain, but I'm still getting the connection warning and when I view the cert it's still showing my primary wildcard cert. Is this just one of those things that can take time to propagate or did I do something potentially wrong?

kakallatt's avatar

I am finding the solution for that too. Did you find the solutions yet?

Please or to participate in this conversation.