Updated through tag hostap_2_5 from git://w1.fi/hostap.git
[mech_eap.git] / libeap / hs20 / server / ca / ocsp-update-cache.sh
1 #!/bin/sh
2
3 openssl ocsp \
4         -no_nonce \
5         -CAfile ca.pem \
6         -verify_other demoCA/cacert.pem \
7         -issuer demoCA/cacert.pem \
8         -cert server.pem \
9         -url http://localhost:8888/ \
10         -respout ocsp-server-cache.der