Search results

  1. Solved GoDaddy SSL Certificate for Teams

    Solved. FYI for anyone using GoDaddy. The PKCS7 is the intermediates and root in one. So your single file will look like. -----BEGIN CERTIFICATE----- Your certificate (text from GoDaddy CST file) -----END CERTIFICATE----- -----BEGIN PKCS7----- Your certificate (text from GoDaddy p7b file)...
  2. Solved GoDaddy SSL Certificate for Teams

    The confusion is that GoDaddy provides the intermediate and root in a single file and single block of text Known as PKCS7 format (.p7b file). Should i convert this to a .pem so that its two separate blocks of text and then combine these with the Certificate? Or will combining the certificate and...
  3. Solved GoDaddy SSL Certificate for Teams

    Thanks I’ve read that over but its still a little unclear. What do you mean by “intermediate and root certificates”? Which is the root certificate from the list of files i mentioned? I only have one intermediate certificate.
  4. Solved GoDaddy SSL Certificate for Teams

    Hello, I’ve read as many posts and tutorials on the SSL setup but still a bit confused… I’m running V18 on a self managed cloud. Domain of 3CX is different than my Teams domain. SSL purchased through GoDaddy. I followed the guide and I’m left with the following files: OpenSSL Files - .csr...