File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -61,9 +61,9 @@ test -skip {![file exists $userdir/broken.pem]} "Registering broken request at c
6161test " Revoking certificate" {
6262 set revoking_cert $::test::ca /newcerts/[string trim [getFile $::test::ca /serial.old]].pem
6363 append serial_list [regsub "serial=" [ openssl " x509 -in $revoking_cert -noout -serial" ] " Serial Number: "]
64- grep " Data Base" [openssl " ca -crl_reason keyCompromize -crl_compromise [ clock \
65- format [clock seconds] -format %Y%m%d%H%M%SZ] -revoke $revoking_cert -config $::test::ca /ca.conf" ]
66- } 0 " Data Base Updated
64+ string map { " Data Base" Database Updated updated} [ grep " Data " [openssl " ca -crl_reason keyCompromize -crl_compromise [ clock \
65+ format [clock seconds] -format %Y%m%d%H%M%SZ] -revoke $revoking_cert -config $::test::ca /ca.conf" ] ]
66+ } 0 " Database updated
6767"
6868test -createsfiles test.crl " Generating CRL" {
6969 openssl " ca -gencrl -config $::test::ca /ca.conf -out test.crl"
You can’t perform that action at this time.
0 commit comments