learning_curve
Golden Pleskian
Pre-Modification status on all domains / certificates (independent site report extracts)
Our modifications consisted of running this command line first
Then the applying following changes;
The quoted line within >> /etc/proftpd.d/ssl.conf >>
The quoted line within >> /etc/sw-cp-server/conf.d/ssl.conf >>
Followed by apache and nginx checks and then a server re-start
The result was...
exactly the same as the Pre-Modification on all domains / certificates box above 
Either... we have misunderstood where the 2048 key length is actually applied (wrong file or wrong instruction) or, in what order the key length is applied (which file has priority etc) or, even simpler, we have misunderstood the 2048 / 4096 process and this change cannot be carried out when using Plesk and the setup that we currently have (see signature). All of our original 2048 files / references etc files are still in place, so we can easily revert back to them if needed, but it's well worth us asking for any guidance
before we do that...
Code:
*** ***
Key RSA 2048 bits (e 65537)
Weak key (Debian) No
*** ***
Code:
*** ***
Key Type/Size RSA 2048 bits
Signature Algorithm sha256WithRSAEncryption
*** ***
Code:
openssl dhparam -out /usr/local/psa/etc/dhparams.pem 4096
The quoted line within >> /etc/proftpd.d/ssl.conf >>
Code:
TLSDHParamFile /usr/local/psa/etc/dhparams2048.pem changed to
TLSDHParamFile /usr/local/psa/etc/dhparams4096.pem
Code:
ssl_dhparam /usr/local/psa/etc/dhparams2048.pem changed to
ssl_dhparam /usr/local/psa/etc/dhparams4096.pem
Followed by apache and nginx checks and then a server re-start
The result was...
Either... we have misunderstood where the 2048 key length is actually applied (wrong file or wrong instruction) or, in what order the key length is applied (which file has priority etc) or, even simpler, we have misunderstood the 2048 / 4096 process and this change cannot be carried out when using Plesk and the setup that we currently have (see signature). All of our original 2048 files / references etc files are still in place, so we can easily revert back to them if needed, but it's well worth us asking for any guidance
Last edited: