Create crl, because everyone needs one.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20933 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-06-06 05:00:32 +00:00
parent 70722e64f8
commit 887517a8aa

View File

@@ -81,5 +81,9 @@ ${hxtool} issue-certificate \
--certificate="FILE:wuser.pem" \
--ca-certificate=FILE:wca.pem || exit 1
echo "Create crl"
${hxtool} crl-sign \
--crl-file=wcrl.crl \
--signer=FILE:wca.pem || exit 1
exit 0