Why can't one SSL certificate be used for multiple machines? -
Here the condition is that I am changing an application but I do not have a test environment, a QA Server, but I would like to test the application on my local machine (deploying changes to that server can interrupt the testers) I have installed the environment on my local machine, but there is a problem.
The application reads data from third-party applications
My question is, why can not I use SSL certificate from QA server on my local machine?
I have a cursory search on the stack overflow, and it seems to me that the certificate has been issued from CA that any computer can use it, I guess I used to have an SSL process Some part is misunderstood.
SSL certificate is the real host name if you have an SSL certificate for "qa.example.com" , Then it will not work on a machine named "dev.example.com".
Perhaps this is the problem you are having.
Comments
Post a Comment