From 7b45232c4548389cd16f5201fb13724420812fdd Mon Sep 17 00:00:00 2001 From: Jason Ryberg Date: Wed, 6 Nov 2019 11:17:27 -0800 Subject: [PATCH] Updating OMI Service config file path https://github.com/Microsoft/omi#configuring-omi-server has the correct path. This was also the correct path on my RHEL distro. --- .../docs-conceptual/dsc/getting-started/lnxGettingStarted.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/docs-conceptual/dsc/getting-started/lnxGettingStarted.md b/reference/docs-conceptual/dsc/getting-started/lnxGettingStarted.md index d4d88b932fbb..ea06c2f5fe57 100644 --- a/reference/docs-conceptual/dsc/getting-started/lnxGettingStarted.md +++ b/reference/docs-conceptual/dsc/getting-started/lnxGettingStarted.md @@ -122,7 +122,7 @@ $Sess=New-CimSession -Credential $credential -ComputerName $Node -Port 5986 -Aut > [!NOTE] > For "Push" mode, the user credential must be the root user on the Linux computer. > Only SSL/TLS connections are supported for DSC for Linux, the `New-CimSession` must be used with the –UseSSL parameter set to $true. -> The SSL certificate used by OMI (for DSC) is specified in the file: `/opt/omi/etc/omiserver.conf` with the properties: pemfile and keyfile. +> The SSL certificate used by OMI (for DSC) is specified in the file: `/etc/opt/omi/conf/omiserver.conf` with the properties: pemfile and keyfile. > If this certificate is not trusted by the Windows computer that you are running the [New-CimSession](/powershell/module/CimCmdlets/New-CimSession) cmdlet on, you can choose to ignore certificate validation with the CIMSession Options: `-SkipCACheck $true -SkipCNCheck $true -SkipRevocationCheck $true` Run the following command to push the DSC configuration to the Linux node.