User Guide - nxpcertgen¶
This user’s guide describes how to use nxpcertgen application.
nxpcertgen¶
Utility for certificate generation.
nxpcertgen [OPTIONS] COMMAND [ARGS]...
Options
-
-v,--verbose¶ Prints more detailed information.
-
-d,--debug¶ Display more debugging info.
-
--version¶ Show the version and exit.
generate¶
Generate certificate.
nxpcertgen generate [OPTIONS]
Options
-
-j,-c,--config<config>¶ Required Path to yaml/json configuration file containing the parameters for certificate.
-
-o,--output<output>¶ Required Path where certificate will be stored.
-
-e,--encoding<encoding>¶ Encoding type. Default is PEM
- Options
PEM | DER
-
--force¶ Force overwriting of an existing file. Create destination folder, if doesn’t exist already.
get-cfg-template¶
Generate the template of Certificate generation YML configuration file.
nxpcertgen get-cfg-template [OPTIONS] PATH
Options
-
-f,--force¶ Force overwriting of an existing file. Create destination folder, if doesn’t exist already.
Arguments
-
PATH¶ Required argument
nxpcertgen - Sub-commands¶
nxpcertgen consist of a set of sub-commands followed by options and arguments. The options and the sub-command are separated with a ‘–’.
nxpcertgen [options] -- [sub-command]
The “help” guide of nxpcertgen lists all of the options and sub-commands supported by the nxpcertgen utility.
nxpcertgen --help
nxpcertgen generate¶
Generate certificate.
nxpcertgen generate [OPTIONS]
Options
-
-j,-c,--config<config>¶ Required Path to yaml/json configuration file containing the parameters for certificate.
-
-o,--output<output>¶ Required Path where certificate will be stored.
-
-e,--encoding<encoding>¶ Encoding type. Default is PEM
- Options
PEM | DER
-
--force¶ Force overwriting of an existing file. Create destination folder, if doesn’t exist already.
nxpcertgen get-cfg-template¶
Generate the template of Certificate generation YML configuration file.
nxpcertgen get-cfg-template [OPTIONS] PATH
Options
-
-f,--force¶ Force overwriting of an existing file. Create destination folder, if doesn’t exist already.
Arguments
-
PATH¶ Required argument