diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/biz-certs/Bob-CA.srl | 2 | ||||
-rw-r--r-- | scripts/testroot.sh | 23 |
2 files changed, 24 insertions, 1 deletions
diff --git a/scripts/biz-certs/Bob-CA.srl b/scripts/biz-certs/Bob-CA.srl index 42789784..4ae81a8c 100644 --- a/scripts/biz-certs/Bob-CA.srl +++ b/scripts/biz-certs/Bob-CA.srl @@ -1 +1 @@ -90801F1ED19454EC +90801F1ED19454EF diff --git a/scripts/testroot.sh b/scripts/testroot.sh index df9716e9..21863512 100644 --- a/scripts/testroot.sh +++ b/scripts/testroot.sh @@ -92,4 +92,27 @@ then python http-client.py python testpoke.py -r list + python http-client.py + python testpoke.py -r list + python testpoke.py -r issue + + python testpoke.py -r revoke + python testpoke.py -r list + python http-client.py + python testpoke.py -r list + + python testpoke.py -r issue + python testpoke.py -r revoke + python testpoke.py -r issue + python testpoke.py -r revoke + python testpoke.py -r issue + python testpoke.py -r revoke + python testpoke.py -r list + python http-client.py + python testpoke.py -r list + + python testpoke.py -r issue + python http-client.py + python testpoke.py -r list + fi |