• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Plesk 12 Self signed Cert only SHA and not SHA2

Hi,

i add this command to the openssl config under opt/psa/admin/config/openssl.conf but no changes ...
Update: I checked the cert and it is a SHA256 but for any reason ssllabs read it wrong and i don't know why.

So from my point all is fine.

regards
Cheech
 
Last edited:
I think this problem is addressed in the following KB - http://kb.odin.com/en/123904

Igor,
This kb article 123904 should also be updated to no longer create weak SHA-1 signatures past 2014 and use only sha256.

I went ahead with this added flag to regenerate mine:
openssl req -new -nodes -x509 -out httpsd.pem -newkey rsa:2048 -keyout httpsd.pem -days 3650 -sha256
 
Last edited:
Back
Top