How can I configure apache2 to use a non - exportable ssl certificate managed by windows?
        Posted  
        
            by 
                Samuel Rossille
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by Samuel Rossille
        
        
        
        Published on 2013-10-18T14:16:25Z
        Indexed on 
            2013/10/18
            15:57 UTC
        
        
        Read the original article
        Hit count: 331
        
On Windows Server 2008 R2, my IT administrator has installed a certificate using the windows certificate management tool. The certificate is for *.thedomain.com. He set it up as not exportable for security reasons: I'm not suposed to be able to put my hands on the certificate.
This configuration would allow me to use the certificate with microsoft products, but not to go away with the certificate.
Q: It there a way to configure Apache 2 to use this certificate "the windows way"?
© Server Fault or respective owner