made ocsp refresh interval configurable

This commit is contained in:
Lukas Schauer
2018-05-07 03:31:43 +02:00
parent 9165cfdebf
commit 2a8af8fda7
3 changed files with 7 additions and 2 deletions

View File

@@ -106,6 +106,9 @@
# Fetch OCSP responses (default: no)
#OCSP_FETCH="no"
# OCSP refresh interval (default: 5 days)
#OCSP_DAYS=5
# Issuer chain cache directory (default: $BASEDIR/chains)
#CHAINCACHE="${BASEDIR}/chains"