oscp-verifty

This commit is contained in:
Vasco
2026-04-22 00:03:42 +01:00
parent d3e54464db
commit 1d068380db
2 changed files with 13 additions and 7 deletions

View File

@@ -15,4 +15,5 @@ cp ca/serial $CA_DIR
cp ca/dh2048.pem $CA_DIR
# correr oscp
killall openssl 2>/dev/null
openssl ocsp -index $CA_DIR/index.txt -port 8888 -rsigner $CA_DIR/ca.crt -rkey $CA_DIR/ca.key -CA $CA_DIR/ca.crt -text &