Hint about hxtool validate.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19821 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-01-10 22:14:51 +00:00
parent e797c5a42c
commit daf521e1d2

View File

@@ -1293,6 +1293,8 @@ lha@@EXAMPLE.ORG:CN=Love,UID=lha
@section Use hxtool to create certificates
@subsection Generate certificates
First you need to generate a CA certificate, change the --subject to
something appropriate, the CA certificate will be valid for 10 years.
@@ -1341,6 +1343,15 @@ hxtool issue-certificate \
--certificate="FILE:user.pem"
@end example
@subsection Validate certificate
hxtool also contains a tool that will validate certificates according to
rules from PKIX document. The checks are not complete, but a good test
to check if you got all of the basic bits right in your certificates.
@example
hxtool validate FILE:user.pem
@end example
@section Use OpenSSL to create certificates