Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
PKI --DN(1)			   strongSwan			     PKI --DN(1)

NAME
     pki --dn - Extract the subject DN of an X.509 certificate

SYNOPSIS
     pki --dn [--in file] [--format format] [--debug level]
     pki --dn --options file
     pki --dn -h | --help

DESCRIPTION
     This  sub-command	of  pki(1)  extracts  the  ASN.1-encoded subject Distin-
     guishedName (DN) of an X.509 certificate and exports it in  different  for-
     mats.   This  may	be useful when strongSwan's identity parser is unable to
     produce the correct binary encoding from a string.

OPTIONS
     -h, --help
	    Print usage information with a summary of the available options.

     -v, --debug level
	    Set debug level, default: 1.

     -+, --options file
	    Read command line options from file.

     -i, --in file
	    Input file. If not given the input is read from STDIN.

     -t, --format format
	    Output format. One of config (strongSwan configuration  compatible),
	    hex  (hexadecimal  encoding, no prefix), base64 (Base64 encoding, no
	    prefix), bin (raw binary data), defaults to config.

SEE ALSO
     pki(1)

6.0.7				   2015-08-06			     PKI --DN(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=pki---dn&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help