Print certificate with utf8.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20898 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-06-04 23:07:46 +00:00
parent ab50fce383
commit 98a0fa6017

View File

@@ -180,5 +180,8 @@ ${hxtool} certificate-copy \
FILE:out.pem \ FILE:out.pem \
PKCS12:out2.pem || exit 1 PKCS12:out2.pem || exit 1
echo "print certificate with utf8"
${hxtool} print \
FILE:$srcdir/data/j.pem >/dev/null 2>/dev/null || exit 1
exit 0 exit 0