• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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