Uploaded image for project: 'Documentation'
  1. Documentation
  2. DOCS-6590

Need to escape backslashes in Windows Ops Manager Properties File

      When configuring a Windows Ops Manager for SSL, the conf-mms.properties file needs to include:

      mongodb.ssl.CAFile=<path to CA File>
      mongodb.ssl.PEMKeyFile=<path to PEM Key File>
      mongodb.ssl.PEMKeyFilePassword=<password>

      The paths would be expected to be written as:
      D:\Certificates\cert.pem

      This throws an error shown in the attached file.

      They need to be written as:

      D:\\Certificates\\cert.pem
      

      to work properly.

            Assignee:
            tony.sansone@mongodb.com Anthony Sansone (Inactive)
            Reporter:
            tony.sansone@mongodb.com Anthony Sansone (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              8 years, 24 weeks, 6 days ago