Problema
Si vuole cambiare il binding di un sito ad un certificato che non esiste piu'.
Oppure si vuole eliminare il binding di un'app su di una porta per renderla utilizzabile.
Fonti
https://help.faveo365.com/help/de-DE/wlkConfiguringWebServicesUseSSLSOAPOdata.htm
Soluzione
Per visualizzare i binding
netsh http show urlacl
netsh http show sslcert
Per eliminare i binding
netsh http delete urlacl url=http://hostname:Port/NAVserver/
netsh http delete ssl ipport=ipaddress:port
Per aggiungere i binding
netsh http add urlacl url=https://hostname:port/navserver user=DOMAINuser
netsh http add sslcert ipport=ipaddress:port certhash=thumbprint appid={id}