What are your everyday expericences with SHA2/256 SSL Certificates? Still major problems with Browser and E-Mailclients?
Is Cpanel offcially supporting these CERTs under 11.38?
Is Cpanel offcially supporting these CERTs under 11.38?
No, this is done on the CA's side.cPanelMichael, could you elaborate a bit on this for me?
If I wanted a SHA2 / SHA256 SSL certificate, would I do this via the initial CSR generation?
The certificate is signed by the CA, but the CSR is generated by cPanel, and it must call openssl with the -sha256 argument, otherwise it will be SHA-1. I ran into this issue today; I generated a key and CSR in cPanel, then requested a certificate via StartSSL and the result was a SHA-1-signed certificate, even though StartSSL list it as deprecated, because that was what the cPanel-generated CSR said.No, this is done on the CA's side.
If you have now a cert with SHA-1 you can ask for a reissue with SHA-2.
How do I "call openssl with the -sha256 argument" and get a SHA256-compatible CSR?the CSR is generated by cPanel, and it must call openssl with the -sha256 argument, otherwise it will be SHA-1
@sneader There appears to be no way to specify that CSR should be signed with sha256 (which is done when using the command-line openssl utility by passing '-sha256' on the command line, along with all the other parameters).
It appears that some places, like StartSSL, determine the signing algorithm by the CSR, and so it restricts the certificates granted.
In any case, if the SHA1 algorithm is insecure, such CSRs may eventually no longer be accepted, so it's an important option.
The feature request is over here (in moderation).
Something like this, only add -sha256 on the end of the "Create a CSR" step.so what would be the command line to issue to create this?
I asked about this on the Feature Request page, and Kenneth Power from cPanel replied with the following command line, which should do the trick!:so what would be the command line to issue to create this?
openssl req -new -newkey rsa:2048 -nodes -sha256 -out http://www.mydomain.com.sha256.csr -keyout http://www.mydomain.key -subj "/C=US/ST=TX/L=USA/O=WHATEVER/CN=http://www.moydomain.com";
Also on the Feature Request page, Kenneth mentioned that SHA2/SHA256 will be the default starting in 11.46, and then that feature will be back-ported to 11.44. ETA is roughly late November for inclusion in 11.44, not sure when 11.46 will be out, but it would be before then.also cpanel lets get this solved asap as the deadline is basically now for chrome
I asked about this on the Feature Request page, and Kenneth Power from cPanel replied with the following command line, which should do the trick!:
I haven't tested this, but will be trying soon.Code:openssl req -new -newkey rsa:2048 -nodes -sha256 -out http://www.mydomain.com.sha256.csr -keyout http://www.mydomain.key -subj "/C=US/ST=TX/L=USA/O=WHATEVER/CN=http://www.moydomain.com";
Also on the Feature Request page, Kenneth mentioned that SHA2/SHA256 will be the default starting in 11.46, and then that feature will be back-ported to 11.44. ETA is roughly late November for inclusion in 11.44, not sure when 11.46 will be out, but it would be before then.
So, things are moving in the right direction! Thanks cPanel!!
- Scott
openssl req -new -newkey rsa:2048 -nodes -sha256 -out www.YOURDOMAIN.COM.sha256.csr -keyout www.YOURDOMAIN.key -subj "/C=CA/ST=ON/L=YOURCITY/O=YOUR COMPANY NAME/OU=Web/CN=*.YOURDOMAIN.COM";
Please open a support ticket using the link in my signature so we can take a closer look. You can post the ticket number here so we can update this thread with the outcome.ok so acording to cpanel changelog 11.46 should allow the generation of sha256 certs, but its not so OR rapidssl has a problem?. It didnt work for me when i created a cert and submitted to rapidssl I got back a standard sha1 certificate. Anyone have any thoughts on that?
RapidSSL / GeoTrust hasn't rolled out full support from the get-go yet and are still issuing sha1 by default even if using a sha256 CSR. In order to get a sha256 you will need to re-issue the certificate via the GeoTrust re-issue interface and then you can select the certificate type.ok so acording to cpanel changelog 11.46 should allow the generation of sha256 certs, but its not so OR rapidssl has a problem?. It didnt work for me when i created a cert and submitted to rapidssl I got back a standard sha1 certificate. Anyone have any thoughts on that?
Thanks
John
Thread starter | Similar threads | Forum | Replies | Date |
---|---|---|---|---|
R | SOLVED [CPANEL-22560] AutoSSL Warning - Skipping duplicate domains (misconfigured?) | Security | 14 | |
G | MySQL Vulnerability CVE-2018-2562 and CVE-2018-2647 | Security | 2 | |
B | Paypal's new SHA2 requirement. | Security | 3 | |
![]() |
A customer just got a message from paypal about g5 root and sha-256 | Security | 1 |