Allow setting OCSP responses.

This commit is contained in:
Nikos Mavrogiannopoulos
2013-03-05 01:42:25 +01:00
parent 8ffe2f9d26
commit 6c54a37e69
6 changed files with 19 additions and 2 deletions

View File

@@ -71,6 +71,7 @@ struct cfg_st {
char *priorities;
char *chroot_dir; /* where the xml files are served from */
char *banner;
char *ocsp_response; /* file with the OCSP response */
time_t cookie_validity; /* in seconds */
time_t min_reauth_time; /* after a failed auth, how soon one can reauthenticate -> in seconds */
unsigned auth_timeout; /* timeout of HTTP auth */