1
0
mirror of https://github.com/vanhoefm/fragattacks.git synced 2025-02-24 12:49:36 -05:00
fragattacks/hs20/server/ca/ocsp-update-cache.sh

11 lines
204 B
Bash
Raw Normal View History

#!/bin/sh
openssl ocsp \
-no_nonce \
-CAfile ca.pem \
-verify_other demoCA/cacert.pem \
-issuer demoCA/cacert.pem \
-cert server.pem \
-url http://localhost:8888/ \
-respout ocsp-server-cache.der