Forum Discussion
tlyczko2
Apr 01, 2020Copper Contributor
How do I create a new certificate for Windows Admin Center??
I just now observed that our internal WAC certificate was only two months old and it's already expired. Can I simply create and use our own self-signed certificate and use it?? Do I install it like n...
Xperiens
Sep 07, 2022Copper Contributor
The Step 4 does not work, it return: "parameter is incorrect"
I use the THUMBPRINT funded at Step 1 corresponding with WAC, the port used by me (4433) and App iD founded at Step 2
Any idea what might be wrong ?
dlagatella
Sep 07, 2022Copper Contributor
in powershell, just type in the command netsh
then http
should have something that looks like netsh http>
then enter:
add sslcert ipport=0.0.0.0:443 certhash=thumbprint-from-ssl appid={appid guid}
Seem to have cleared up any parameter issue.