Can existing wildcard certificate (*.domain.com) be used for multiple Mendix apps

2
In a multi app landscape we have to add custom URLS to all the Mendix applications, production and ACCP nodes. I already have a wildcard certiciate for *.domain.com. Can this one be used for multiple Mendix apps. So I want to use my *.domain.com certificate for app1.mydomain.com, app1-accp.mydomain.com, app2.mydomain.com, and so forth. I guess this should work fine as long as you have the certificate and corresponding private key + password (.p12)?
asked
1 answers
0

Yes, this would work, but not using the CSR functionality in the Mendix Cloud. You need to generate a private key yourself, get a signed certificate and upload them both for each new app.

answered