Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mdm_server_poc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ On the Windows client side, you need to import a custom CA certificate to the ce

1) Import certificate to Trusted CAs repository (be sure to update the path to the pfx certificate)

powershell -ep bypass "$mypwd = ConvertTo-SecureString -String 'testpassword' -Force -AsPlainText ; Import-PfxCertificate -FilePath c:\path\to\dev_cert_pocmdmserver_com.pfx -CertStoreLocation Cert:\LocalMachine\Root -Password $mypwd"
powershell -ep bypass "$mypwd = ConvertTo-SecureString -String 'testpassword' -Force -AsPlainText ; Import-PfxCertificate -FilePath dev_cert_pocmdmserver_com.pfx -CertStoreLocation Cert:\LocalMachine\Root -Password $mypwd"

2) Add pocmdmserver.com to the list of static DNS at %SystemRoot%\System32\drivers\etc\hosts

Expand Down