xref: /netbsd-src/crypto/external/bsd/openssl/lib/libcrypto/man/openssl-passphrase-options.1 (revision 801f73adf8029e41ec107911c58034bb925796a2)
$NetBSD: openssl-passphrase-options.1,v 1.4 2024/07/12 21:01:08 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-06-04 3.0.14 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" The first line of pathname is the password. If the same pathname argument is supplied to -passin and -passout arguments then the first line will be used for the input password and the next line for the output password. pathname need not refer to a regular file: it could for example refer to a device or named pipe.
fd:number 4
Item "fd:number" Read the password from the file descriptor number. This can be used to send the data via a pipe for example.
stdin 4
Item "stdin" Read the password from standard input.
COPYRIGHT
Header "COPYRIGHT" Copyright 2000-2020 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>.