User Profile
thegluck
Copper Contributor
Joined Apr 02, 2022
User Widgets
Recent Discussions
Re: How do I create a new certificate for Windows Admin Center??
Seems to my Microsoft just ignore us. It's very basic thing and no solution how to change built-in certificate in WAC. My method of changing is bellow. 1. Get thumbprint for a new certificate: Powershell: ls cert:\LocalMachine\my 2. Show config: CMD: netsh http show sslcert Write down "Application ID" 3. Delete existing config: netsh http delete sslcert ipport=0.0.0.0:443 4. bind new cert: netsh http add sslcert ipport=0.0.0.0:443 certhash=thumbprint_40_characters appid={Application ID} 5. Restart "Windows Admin Center" service net stop ServerManagementGateway && net start ServerManagementGateway Done!69KViews6likes4Comments
Recent Blog Articles
No content to show