use if-modified-since header to optimize CRL updates

This commit is contained in:
dandds
2018-08-13 13:56:20 -04:00
parent 250b2d9942
commit 3d9987ac13
3 changed files with 51 additions and 12 deletions

View File

@@ -5,7 +5,7 @@ set -e
cd "$(dirname "$0")/.."
mkdir -p crl-tmp
pipenv run python ./atst/domain/authnid/crl/util.py crl-tmp
pipenv run python ./atst/domain/authnid/crl/util.py crl-tmp crl
mkdir -p crl
rsync -rq --min-size 400 crl-tmp/. crl/.
rm -rf crl-tmp