The x5092xml utility reads an X509 certificate file, extracts
the subject name, and writes the name as XML to an XML file. This
tool is useful for producing example template files that can be
modified.
SYNOPSIS |
|
OPTIONS |
|
infile | | The name of the X509 certificate file from which
the subject name is being extracted. |
outfile | | The name of the XML file
to which the name is to be written. |
EXAMPLE |
|
x5092xml introot.cer introot.xml
|