[9.0.0.9] Any means to install client mongoDB certificates and password using commandline?

Hi there,

Just pushing on with testing 9.0.0.9 here and had an initial look at the command line options for installing Deadline clients on Linux and Windows.

Is there any installer command line options to automatically specify the certificate and password?

Completely aware of the lack of security related to storing such info in a shell script or command line but we keep our installers out of sight and in secure location etc.

cheers

The password can be specified with the “–dbsslpassword” flag and the certificate file can be specified with the “–dbsslcertificate” flag. A full list of the options available when running the installers from the command line can be found by running the installer with the “–help” flag :slight_smile:.

Thanks, I totally missed that!