Skip to main content

Paypal's new SHA2 requirement.

Comments

3 comments

  • sparek-3
    Is the certificate in /etc/pki/tls/cert.pem (I believe this is the correct path for RedHat/CentOS/CloudLinux) What does
    cat /etc/pki/tls/cert.pem | grep "VeriSign Class 3 Public Primary Certification Authority - G5"
    show?
    0
  • bear
    Here's the result:
    # cat /etc/pki/tls/cert.pem | grep "VeriSign Class 3 Public Primary Certification Authority - G5" Issuer: C=US, O=VeriSign, Inc., OU=VeriSign Trust Network, OU=(c) 2006 VeriSign, Inc. - For authorized use only, CN=VeriSign Class 3 Public Primary Certification Authority - G5 Subject: C=US, O=VeriSign, Inc., OU=VeriSign Trust Network, OU=(c) 2006 VeriSign, Inc. - For authorized use only, CN=VeriSign Class 3 Public Primary Certification Authority - G5
    To me, that looks like the right cert info, based on the link to the Verisign cert above. That leads me to think the application they're using isn't calling things properly and it's not the server that's the issue. Still, knowing how to add to the cert store on the server would be helpful.
    0
  • cPanelMichael
    Hello :) SHA-256 has been the default in cPanel since version 11.46. Thus, any certificate data generated since your server utilized that version should be compliant. You can use a third-party utility to quickly check if your certificate is compliant: CSR Decoder and Certificate Decoder | CSR Checker | Certificate Checker You can always update a certificate with a new CRT or CABundle via: "WHM Home " SSL/TLS " Install an SSL Certificate on a Domain" Thank you.
    0

Please sign in to leave a comment.