Best practice of x.509 client certificates accross multiple systems

I have several MongoDB’s where I use x.509 Certificates to Authenticate Clients
Let’s say I create certificate and user for admin:
subject: CN=admin
issuer: CN=MongoDB Issuing CA

-> db.createUser({user: "CN=admin"})

When I p… Continue reading Best practice of x.509 client certificates accross multiple systems