Modification Thumbprint certificat ADFS / WAP

Ouvrez une invite de commande PowerShell en admin :

​netsh
http
#Suppresion des liaisons#
delete sslcert hostnameport=adfs.domain.fr:443

delete sslcert hostnameport=localhost:443

delete sslcert hostnameport=adfs.domain.fr:49443
#Creation des liaisons#
add sslcert hostnameport=adfs.domaine.fr:443 certhash=8C2E96B71611998C45A0C6214D3841B6B3133820 appid={5d89a20c-beab-4389-9447-324788eb944a} certstorename=MY sslctlstorename=AdfsTrustedDevices

add sslcert hostnameport=localhost:443 certhash=8C2E96B71611998C45A0C6214D3841B6B3133820 appid={5d89a20c-beab-4389-9447-324788eb944a} certstorename=MY sslctlstorename=AdfsTrustedDevices

add sslcert hostnameport=adfs.domaine.fr:49443 certhash=8C2E96B71611998C45A0C6214D3841B6B3133820 appid={5d89a20c-beab-4389-9447-324788eb944a} certstorename=MY