Our product is comprised of two servers. We would like to authenticate one server to the main server by means of client certificate. I assume that we should ask the customers (who purchase the product) to use their own CA to generate a certificate for the main server.
1) Would that be an intermediate CA certificate? Then, I assume that the main server should generate a client certificate and send it to the subordinate server.
2) What would be a secure way to pass the client certificate from the main server to the sub server?
3) Is this all supported by OpenSSL?
Thanks.
{Already asked this question earlier but my new user was unavailable.}