added OCSP signing certificates for the research and sales CAs

This commit is contained in:
Andreas Steffen
2007-03-26 07:08:39 +00:00
parent e3e6a1ec22
commit 51ae94d775
18 changed files with 190 additions and 6 deletions
+11
View File
@@ -0,0 +1,11 @@
#!/bin/bash
cd /etc/openssl/research
echo "Content-type: application/ocsp-response"
echo ""
/usr/bin/openssl ocsp -index index.txt -CA researchCert.pem \
-rkey ocspKey.pem -rsigner ocspCert.pem \
-nmin 5 \
-reqin /dev/stdin -respout /dev/stdout