Initial support for fetching OCSP status to be used for OCSP stapling (as suggested in #385)

This commit is contained in:
Lukas Schauer
2017-07-11 00:27:28 +02:00
parent 82ca3ffcd3
commit ee75c5dca7
3 changed files with 43 additions and 6 deletions

View File

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