Join the community today
Register Now

SSL intermediate.crt root.pem missing

Discussion in 'Domains, DNS, Email & SSL Certificates' started by Josephm, Oct 28, 2015.

  1. Josephm

    Josephm Active Member

    132
    44
    28
    Aug 26, 2014
    Ratings:
    +48
    Local Time:
    4:10 PM
    1.9.5
    10.0.21
    Hi admin,


    I'd like to install HTTP2 for my new site, I received 2 files from Comodo PositiveSSL Certificate in zip file
    The file names are:
    Code:
    domainname_com.ca-bundle
    domainname_com.crt
    
    so I really do not know how to create ssl-unified.crt as your construction. It seems Comodo changed to files number, in the past, they sent files look like:
    Code:
    AddTrustExternalCARoot.crt
    COMODORSAAddTrustCA.crt
    COMODORSADomainValidationSecureServerCA.crt
    mydomain_com.crt
    
    Anyone has same problem?

    ======UPDATE=====
    Got solution from namecheap knowledgebase: Namecheap.com Knowledgebase • What is CA bundle?
    (Installation)

    so the commands should be (as I guess):
    Code:
    cat domain_com.crt domain_com.ca-bundle > ssl-unified.crt
    cat domain_com.ca-bundle > ssl-trusted.crt
    
     
    Last edited: Oct 28, 2015
  2. Matt Williams

    Matt Williams WordPress Fanatic

    537
    104
    43
    Nov 22, 2014
    Virginia, USA
    Ratings:
    +157
    Local Time:
    5:10 AM
    latest
    10
    You don't need ssl-unified.crt or ssl-trusted when utilizing a standard SSL Cert.

    These are only if you purchased an SSL for a nginx server. You you wont need these.
     
  3. eva2000

    eva2000 Administrator Staff Member

    55,153
    12,249
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,825
    Local Time:
    7:10 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Last edited: Oct 28, 2015