Is there any possibility to self-sign my app for testing? Windows everytime is warning me before execution of my app (I have to test client-server). So will be it very hard to do that?
            Asked
            
        
        
            Active
            
        
            Viewed 39 times
        
    0
            
            
        - 
                    1Sure, just double-click your self-signed certificate and follow the prompts to add it to the trusted roots certificate store. (IIRC, you do have to specifically select the trusted roots store, the "automatically select a store" option doesn't put it in the right place.) – Harry Johnston Apr 18 '14 at 23:46
 - 
                    But how to generate that certificate? – Over Killer Apr 19 '14 at 06:50
 - 
                    1http://stackoverflow.com/questions/2355568/create-a-ssl-certificate-on-windows – Harry Johnston Apr 19 '14 at 23:50