generate crl

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16902 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-04-01 01:01:35 +00:00
parent 6d47c9c790
commit 396411d822
2 changed files with 12 additions and 0 deletions

BIN
lib/hx509/data/crl1.der Normal file

Binary file not shown.

View File

@@ -177,3 +177,15 @@ openssl ocsp \
-reqin ocsp-req2.der \
-noverify \
-respout ocsp-resp2.der
openssl ca \
-gencrl \
-name usr \
-crldays 3600 \
-keyfile ca.key \
-cert ca.crt \
-crl_reason superseded \
-out crl1.crl \
-config openssl.cnf
openssl crl -in crl1.crl -outform der -out crl1.der