cryptoservices/certificateandkeymgmt/testcertificates/openssl/ocspResponder.pl
changeset 8 35751d3474b7
parent 0 2c201484c85f
equal deleted inserted replaced
2:675a964f4eb5 8:35751d3474b7
    28 	}
    28 	}
    29 else
    29 else
    30 	{
    30 	{
    31 	system("openssl ocsp -index Root5\\index.txt -CA Root5\\certs\\ca.pem  -rsigner Root5\\certs\\07.pem -rkey Root5\\private\\OCSPSigner-R5.key.pem  -port 18003 -resp_key_id -ignore_err");
    31 	system("openssl ocsp -index Root5\\index.txt -CA Root5\\certs\\ca.pem  -rsigner Root5\\certs\\07.pem -rkey Root5\\private\\OCSPSigner-R5.key.pem  -port 18003 -resp_key_id -ignore_err");
    32 	}
    32 	}
       
    33 
       
    34 
       
    35