xref: /netbsd-src/crypto/external/bsd/openssl/lib/libcrypto/man/openssl-passphrase-options.1 (revision 7d9ffdb3e9da593a05c5e2169f72fc7bada08bc9)
$NetBSD: openssl-passphrase-options.1,v 1.5 2024/09/08 13:08:38 christos Exp $

-*- mode: troff; coding: utf-8 -*-
Automatically generated by Pod::Man 5.01 (Pod::Simple 3.43)

Standard preamble:
========================================================================
..
..
.. \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>.
. ds C` "" . ds C' "" 'br\} . ds C` . ds C' 'br\}
Escape single quotes in literal strings from groff's Unicode transform.

If the F register is >0, we'll generate index entries on stderr for
titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index
entries marked with X<> in POD. Of course, you'll have to process the
output yourself in some meaningful fashion.

Avoid warning from groff about undefined register 'F'.
.. .nr rF 0 . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF ========================================================================

Title "OPENSSL-PASSPHRASE-OPTIONS 1"
OPENSSL-PASSPHRASE-OPTIONS 1 2024-09-03 3.0.15 OpenSSL
For nroff, turn off justification. Always turn off hyphenation; it makes
way too many mistakes in technical documents.
NAME
openssl-passphrase-options - Pass phrase options
SYNOPSIS
Header "SYNOPSIS" \fBopenssl \fIcommand [ options ... ] [ parameters ... ]
DESCRIPTION
Header "DESCRIPTION" Several OpenSSL commands accept password arguments, typically using -passin and -passout for input and output passwords respectively. These allow the password to be obtained from a variety of sources. Both of these options take a single argument whose format is described below. If no password argument is given and a password is required then the user is prompted to enter one: this will typically be read from the current terminal with echoing turned off.

Note that character encoding may be relevant, please see \fBpassphrase-encoding\|(7).

OPTIONS
Header "OPTIONS"
"Pass Phrase Option Arguments"
Subsection "Pass Phrase Option Arguments" Pass phrase arguments can be formatted as follows.
pass:password 4
Item "pass:password" The actual password is password. Since the password is visible to utilities (like 'ps' under Unix) this form should only be used where security is not important.
env:var 4
Item "env:var" Obtain the password from the environment variable var. Since the environment of other processes is visible on certain platforms (e.g. ps under certain Unix OSes) this option should be used with caution.
file:pathname 4
Item "file:pathname" Reads the password from the specified file pathname, which can be a regular file, device, or named pipe. Only the first line, up to the newline character, is read from the stream. .Sp If the same pathname argument is supplied to both -passin and -passout arguments, the first line will be used for the input password, and the next line will be used for the output password.
fd:number 4
Item "fd:number" Reads the password from the file descriptor number. This can be useful for sending data via a pipe, for example. The same line handling as described for \fBfile: applies to passwords read from file descriptors. .Sp \fBfd: is not supported on Windows.
stdin 4
Item "stdin" Reads the password from standard input. The same line handling as described for \fBfile: applies to passwords read from standard input.
COPYRIGHT
Header "COPYRIGHT" Copyright 2000-2024 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>.