Issue a long living cert.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19605 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -59,6 +59,14 @@ ${hxtool} verify --missing-revoke \
|
|||||||
cert:FILE:cert-ee.der \
|
cert:FILE:cert-ee.der \
|
||||||
anchor:FILE:$srcdir/data/ca.crt > /dev/null || exit 1
|
anchor:FILE:$srcdir/data/ca.crt > /dev/null || exit 1
|
||||||
|
|
||||||
|
echo "issue certificate (10years 1 month)"
|
||||||
|
${hxtool} issue-certificate \
|
||||||
|
--ca-certificate=FILE:$srcdir/data/ca.crt,$srcdir/data/ca.key \
|
||||||
|
--subject="cn=foo" \
|
||||||
|
--lifetime="10years 1 month" \
|
||||||
|
--req="pkcs10-request.der" \
|
||||||
|
--certificate="cert-ee.der" || exit 1
|
||||||
|
|
||||||
echo "issue certificate (with https ekus)"
|
echo "issue certificate (with https ekus)"
|
||||||
${hxtool} issue-certificate \
|
${hxtool} issue-certificate \
|
||||||
--ca-certificate=FILE:$srcdir/data/ca.crt,$srcdir/data/ca.key \
|
--ca-certificate=FILE:$srcdir/data/ca.crt,$srcdir/data/ca.key \
|
||||||
|
Reference in New Issue
Block a user