2016-01-04 09:27:58 -03:00
|
|
|
#!/bin/sh
|
2015-12-28 19:38:04 -03:00
|
|
|
|
|
|
|
|
openssl ocsp -port 22223 -nmin 1 \
|
|
|
|
|
-index certs/ocsp/index3.txt \
|
|
|
|
|
-rsigner certs/ocsp/ocsp-responder-cert.pem \
|
|
|
|
|
-rkey certs/ocsp/ocsp-responder-key.pem \
|
|
|
|
|
-CA certs/ocsp/intermediate3-ca-cert.pem \
|
|
|
|
|
$@
|