diff options
author | Stephen Gregoratto <dev@sgregoratto.me> | 2021-10-15 17:30:42 +1100 |
---|---|---|
committer | omar-polo <op@omarpolo.com> | 2021-10-15 09:58:23 +0200 |
commit | ff05125eb81e5bbf2cf05b8434d03bce584936e0 (patch) | |
tree | 85e6c01c598668d3c8bbc2247d93db883451737b /gmid.h | |
parent | 387b976b99496c76d54831c44fb4c218e896c359 (diff) |
Implement OCSP stapling support
Currently dogfooding this patch at gemini.sgregoratto.me. To test,
run the following command and look for the "OCSP response" header:
openssl s_client -connect "gemini.sgregoratto.me:1965" -status
Diffstat (limited to 'gmid.h')
-rw-r--r-- | gmid.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -118,6 +118,7 @@ struct vhost { const char *domain; const char *cert; const char *key; + const char *ocsp; const char *cgi; const char *entrypoint; |