> > I would like to have a tool that would enable me to view a certificate > request in human readable format - parsed and commented, that is. There > may be such a thing, but I didn't see it in the documentation for the > nss tools. Again, for the most part this would simply be a way to > quickly determin the contents of a request file to help me understand > what it contains, or to avoid confusion. > > > Steven >
See "pp". It is included with the NSS binaries. To print a request, you do: pp -t certificate-request -i <file>
