diff options
author | Rob Austein <sra@hactrn.net> | 2007-11-20 01:26:34 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-11-20 01:26:34 +0000 |
commit | 9677b119c4c832f479ff56abe68fd26eb5717ad3 (patch) | |
tree | 7c75465cf41e5861b01057fb73513accd2fe7aae /scripts/testroot.sh | |
parent | 34aafaf8fb6b88c479a29073eaf0fab53226db8d (diff) |
Fix CRL generation and g(SKI) encoding, test revocation.
svn path=/scripts/biz-certs/Bob-CA.srl; revision=1333
Diffstat (limited to 'scripts/testroot.sh')
-rw-r--r-- | scripts/testroot.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/testroot.sh b/scripts/testroot.sh index f3818496..df9716e9 100644 --- a/scripts/testroot.sh +++ b/scripts/testroot.sh @@ -87,4 +87,9 @@ then mimencode -u | $openssl x509 -noout -inform DER -text + python testpoke.py -r revoke + python testpoke.py -r list + python http-client.py + python testpoke.py -r list + fi |