Want to subscribe to topics you're interested in?
Become a Member

Comodo ssl renewal 111463165.crt and 111463165.ca-bundle

Discussion in 'Domains, DNS, Email & SSL Certificates' started by pamamolf, Dec 29, 2017.

  1. pamamolf

    pamamolf Well-Known Member

    4,125
    429
    83
    May 31, 2014
    Ratings:
    +841
    Local Time:
    2:03 AM
    Nginx-1.29.x
    MariaDB 10.6.x
    Hello :)

    For my Comodo certificate i use on Nginx vhost:
    Now i just ask for a renew for my Comodo certificate and i got from them two files:
    I think i have to upload them and then use cat command to merge them but don't know which files should i merge so i can use them :(

    How can i renew that certificate?


    Thank you
     
  2. Sunka

    Sunka Well-Known Member

    1,150
    325
    83
    Oct 31, 2015
    Pula, Croatia
    Ratings:
    +525
    Local Time:
    1:03 AM
    Nginx 1.17.9
    MariaDB 10.3.22
  3. eva2000

    eva2000 Administrator Staff Member

    58,893
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    9:03 AM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    Yup check Sunka's linked guide or the concatenation of the SSL provider provided files outline to create the mentioned /usr/local/nginx/conf/ssl/domaincom/ssl-unified.crt and /usr/local/nginx/conf/ssl/domaincom/ssl-trusted.crtfiles referenced in your Nginx SSL vhost config file.
     
  4. pamamolf

    pamamolf Well-Known Member

    4,125
    429
    83
    May 31, 2014
    Ratings:
    +841
    Local Time:
    2:03 AM
    Nginx-1.29.x
    MariaDB 10.6.x
    Got it and works :)

    But as it is a multi domain cert i try to install it on my other domain on the same server and i go an error when i was restarting Nginx:

    Should i regenerate that key file and how?
    Don't know how to fix that :(
     
  5. eva2000

    eva2000 Administrator Staff Member

    58,893
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    9:03 AM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    you need to use same csr and private key files used to generate multi domain ssl cert to each nginx vhost's ssl directory /usr/local/nginx/conf/ssl/thedomain.com/ where thedomain.com is name of domain for other domains listed within common name/san name of multi domain ssl cert