openssl-pkeyparam
(1ssl)public key algorithm parameter processing command
Options
11-helpPrint out a usage message.
-infilenameThis specifies the input file to read parameters from or standard input if this option is not specified.
-outfilenameThis specifies the output filename to write parameters to or standard output if this option is not specified. The output filename can be the same as the input filename, which leads to replacing the file contents. Note that file I/O is not atomic. The output file is truncated and then written.
-textPrints out the parameters in plain text in addition to the encoded version.
-nooutDo not output the encoded version of the parameters.
-checkThis option checks the correctness of parameters.
-engineidSee "Engine Options" in openssl(1). This option is deprecated.
-providername—
-provider-pathpath—
-provparam[name:]key=value—
-propquerypropqSee "Provider Options" in openssl(1), provider(7), and property(7).
DESCRIPTION
EXAMPLES
NOTES
HISTORY
COPYRIGHT
Copyright 2006-2021 The OpenSSL Project Authors. All Rights Reserved.
Licensed under the Apache License 2.0 (the "License"). You may not use this file except in compliance with the License. You can obtain a copy in the file LICENSE in the source distribution or at https://www.openssl.org/source/license.html.