# Options for MDM MetricsExtension
# For details, check MetricsExtension -h

MDM_ACCOUNT="<Account>"
MDM_OPTIONS="-LogLevel Warning -Service -FrontEndUrl <MDMEndPoint> -MonitoringAccount \"${MDM_ACCOUNT}\" -CertFile <FullPath-PublicCert.pem> -PrivateKeyFile <FullPath-PrivateKey.pem> -SslDigest <digest>"
