mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-13 08:13:01 +02:00
fix tests
This commit is contained in:
parent
2793de09d1
commit
8511eb65ca
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ else
|
|||
ansible-playbook users.yml -e "${USER_ARGS}" -t update-users
|
||||
fi
|
||||
|
||||
if sudo openssl crl -inform pem -noout -text -in configs/$LXC_IP/pki/crl/jack.crt | grep CRL
|
||||
if sudo openssl crl -inform pem -noout -text -in configs/$LXC_IP/pki/crl/phone.crt | grep CRL
|
||||
then
|
||||
echo "The CRL check passed"
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue