implement CRL checking from authnid

This commit is contained in:
dandds
2018-08-06 11:12:58 -04:00
parent be079a62dc
commit ac95bf371e
9 changed files with 58 additions and 4 deletions

View File

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