Scroll to navigation

PKI --PRINT(1) strongSwan PKI --PRINT(1)

NAME

pki --print - Print a credential (key, certificate etc.) in human readable form

SYNOPSIS

pki --print [--in file] [--type type] [--debug level]
pki --print --options file
pki --print -h | --help

DESCRIPTION

This sub-command of pki(1) prints credentials (keys, certificates etc.) in human readable form.

OPTIONS

Print usage information with a summary of the available options.
Set debug level, default: 1.
-+, --options file
Read command line options from file.
Input file. If not given the input is read from STDIN.
Type of input. One of x509 (X.509 certificate), crl (Certificate Revocation List, CRL), ac (Attribute Certificate), pub (public key), riv (private key), rsa (RSA private key), ecdsa (ECDSA private key), ed25519 (Ed25519 private key), bliss (BLISS private key), priv (private key), defaults to x509.

SEE ALSO

pki(1)

2016-12-13 5.5.2