ahoogerheide
New member
- Joined
- Sep 9, 2014
- Messages
- 1
I would love to see an option for OCSP stapling in DirectAdmin (when the installed webserver supports this).
OCSP stapling provides revokation information for an SSL-certificate directly in the server response. This improves client performance because the client does niet have to check revocation information itself (possibly recursively). Furthermore it improves client privacy somewhat because the client does not have to make requests to the CA.
OCSP stapling is supported on
- Apache HTTP Server (>=2.3.3)
- Nginx (>=1.3.7)
http://en.wikipedia.org/wiki/OCSP_stapling
https://www.digitalocean.com/community/tutorials/how-to-configure-ocsp-stapling-on-apache-and-nginx
It can use the information provided by the server administrator in the file /usr/local/directadmin/data/users/domains/[domain].cacert
I believe it only requires a change in the users httpd.conf template. But haven't tested this myself. I am not sure how the templates for nginx look in directadmin.
OCSP stapling provides revokation information for an SSL-certificate directly in the server response. This improves client performance because the client does niet have to check revocation information itself (possibly recursively). Furthermore it improves client privacy somewhat because the client does not have to make requests to the CA.
OCSP stapling is supported on
- Apache HTTP Server (>=2.3.3)
- Nginx (>=1.3.7)
http://en.wikipedia.org/wiki/OCSP_stapling
https://www.digitalocean.com/community/tutorials/how-to-configure-ocsp-stapling-on-apache-and-nginx
It can use the information provided by the server administrator in the file /usr/local/directadmin/data/users/domains/[domain].cacert
I believe it only requires a change in the users httpd.conf template. But haven't tested this myself. I am not sure how the templates for nginx look in directadmin.