How to add entry for primary and secondary intermediate cert in ssl apache
        Posted  
        
            by 
                Huzefa
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by Huzefa
        
        
        
        Published on 2014-05-27T06:36:45Z
        Indexed on 
            2014/05/27
            9:30 UTC
        
        
        Read the original article
        Hit count: 285
        
apache-2.2
I have 1 intermediate certificate with name intermediate.crt But my providing is saying to add 2 certificates primary and secondary.
But how to add it in ssl configuration file. Currently I have added only secondary certificate as below
SSLCertificateChainFile "/usr/local/apache2/conf/extra/intermediate.crt"
But now as my ssl provider is saying to add 2 certificates then what entry i have to do in my ssl.conf file. Or I can also use bundle.pem file which contains both the certificates in 1 file. Let me know how to add bundle.pem file also.
© Server Fault or respective owner