DragonFly On-Line Manual Pages

Search: Section:  


derdump(1)             DragonFly General Commands Manual            derdump(1)

NAME

derdump - dump a DER structure to stdout

SYNOPSIS

derdump [ -bdihpV ] [ filename ]

DESCRIPTION

Derdump dumps a DER structure read from a file or, if none is specified, from standard input to standard output. It is mainly intended as a debugging tool.

OPTIONS

-b assume the data feed to derdump is Base64 encoded. Note however that for PEM data you should rather use the -p option described below. -d increase the debug level by one. There aren't really that many debug messages available in derdump... -h display a help message explaining the options available and exit. -i suppress indentation of the various substructures, which will reduce readability but may be necessary for some post processors. -V display the version of OpenSCEP used.

VERSION

This page documents derdump as it appears in version 0.4.2 of OpenSCEP.

AUTHOR

Andreas F. Mueller <andreas.mueller@othello.ch> OpenSCEP 02/19/16 derdump(1)

Search: Section: