Plesk Onyx for Linux
kb: how-to
ABT: Group B
Applicable to:
- Plesk Onyx for Linux
Question
How to enable OCSP Stapling and HSTS for Plesk panel?
Answer
This functionality is yet to be implemented in Plesk. Vote for the feature at plesk.uservoice.com
The top-ranked suggestions are likely to be included in the next versions of Plesk.
As a workaround following steps can be done:
- Connect to the server via SSH.
- Add following records to
/etc/sw-cp-server/conf.d/ssl.conf
:
CONFIG_TEXT: add_header Strict-Transport-Security "max-age=31536000" always;
ssl_stapling on;
ssl_stapling_verify on;
resolver 8.8.4.4 8.8.8.8 valid=300s;
resolver_timeout 10s;
Comments
0 comments
Please sign in to leave a comment.