I am trying to setup SSL on my replica set, I am creating the CA with the command
openssl req -newkey rsa:2048 -new -x509 -days 36500 -nodes -out mongodb-cert.crt -keyout mongodb-cert.key
My Environment:
MongoDB 3.2.6
Ubuntu 14.04
My replica set have 3 servers, Is thats the correct way to create the CA ?