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