What appid should I use with netsh.exe ?
        Posted  
        
            by Brann
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Brann
        
        
        
        Published on 2009-02-11T14:57:39Z
        Indexed on 
            2010/04/06
            8:03 UTC
        
        
        Read the original article
        Hit count: 753
        
The netsh command wants an appid (see here) :
netsh http add sslcert ipport=0.0.0.0:8000 certhash=0000000000003ed9cd0c315bbb6dc1c08da5e6 appid={00112233-4455-6677-8899-AABBCCDDEEFF}
I've not been able so far to understand how I'm supposed to know the GUID netsh wants me to provide. Any hints?
© Stack Overflow or respective owner