blob: f2b23250cadddb049d96773a329e3be47d461e62 [file] [log] [blame]
Dmitry Shmidtdf5a7e42014-04-02 12:59:59 -07001#!/bin/sh
2
Hai Shalomfdcde762020-04-02 11:19:20 -07003# NOTE: You may need to replace 'localhost' with your OCSP server hostname.
Dmitry Shmidtdf5a7e42014-04-02 12:59:59 -07004openssl ocsp \
5 -no_nonce \
6 -CAfile ca.pem \
7 -verify_other demoCA/cacert.pem \
8 -issuer demoCA/cacert.pem \
9 -cert server.pem \
10 -url http://localhost:8888/ \
11 -respout ocsp-server-cache.der