Last change
on this file since 94081 was 91772, checked in by vboxsync, 3 years ago |
openssl-1.1.1l: Applied and adjusted our OpenSSL changes to 1.1.1l. bugref:10126
|
File size:
392 bytes
|
Line | |
---|
1 | # Example of running an querying OpenSSL test OCSP responder.
|
---|
2 | # This assumes "mkcerts.sh" or similar has been run to set up the
|
---|
3 | # necessary file structure.
|
---|
4 |
|
---|
5 | OPENSSL=../../apps/openssl
|
---|
6 | OPENSSL_CONF=../../apps/openssl.cnf
|
---|
7 | export OPENSSL_CONF
|
---|
8 |
|
---|
9 | # Run OCSP responder.
|
---|
10 |
|
---|
11 | PORT=8888
|
---|
12 |
|
---|
13 | $OPENSSL ocsp -port $PORT -index index.txt -CA intca.pem \
|
---|
14 | -rsigner resp.pem -rkey respkey.pem -rother intca.pem $*
|
---|
Note:
See
TracBrowser
for help on using the repository browser.