I'm currently working on a project where I'm trying to send data to a 3rd party service that utilizes two-way SSL.
My current setup includes a few servers that will each send data to the service. Each server has a unique address and no associated hostname.
Since I have multiple servers with different addresses, will I need to create a CSR for each server with the common name being the address of the server?
If not, what will I need to put as the common name for the CSR?