User Tools

Site Tools


wiki:enable_ocsp_stapling

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
wiki:enable_ocsp_stapling [2021/10/27 16:39] – created antisawiki:enable_ocsp_stapling [2023/03/27 14:49] (current) – [See also] add Openssl commands antisa
Line 19: Line 19:
  
 This shouldn't however be an issue with Letsencrypt certificates as in there you shouldn't need the ''ssl_trusted_certificate'' directive. This shouldn't however be an issue with Letsencrypt certificates as in there you shouldn't need the ''ssl_trusted_certificate'' directive.
 +
 +You can test on [[https://www.ssllabs.com/]] or like this:
 +
 +  echo QUIT | openssl s_client -servername yourdomain.com:443 -connect youripordomain:443 -status 2> /dev/null | grep -A 17 'OCSP response:' | grep -B 17 'Next Update'
 +
 +It should return the response data.
  
 ====== Tested on ====== ====== Tested on ======
Line 25: Line 31:
  
 ====== See also ====== ====== See also ======
 +  * [[wiki:openssl_commands|Openssl commands]]
 ====== References ====== ====== References ======
-  * https://www.ssllabs.com/ 
   * http://nginx.org/patches/attic/ocsp-stapling/README.txt   * http://nginx.org/patches/attic/ocsp-stapling/README.txt
   * https://www.mybluelinux.com/ocsp-stapling-on-nginx-and-apache-webserver/   * https://www.mybluelinux.com/ocsp-stapling-on-nginx-and-apache-webserver/
   * https://www.digitalocean.com/community/tutorials/how-to-configure-ocsp-stapling-on-apache-and-nginx   * https://www.digitalocean.com/community/tutorials/how-to-configure-ocsp-stapling-on-apache-and-nginx
  
wiki/enable_ocsp_stapling.1635345592.txt.gz · Last modified: 2021/10/27 16:39 by antisa

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki