implemented issuer-chain cache

This commit is contained in:
Lukas Schauer
2017-07-10 15:06:06 +02:00
parent 98ad01a110
commit d685463673
3 changed files with 27 additions and 2 deletions

View File

@@ -89,3 +89,6 @@
# Option to add CSR-flag indicating OCSP stapling to be mandatory (default: no)
#OCSP_MUST_STAPLE="no"
# Issuer chain cache directory (default: $BASEDIR/chains)
#CHAINCACHE="${BASEDIR}/chains"