]> git.ipfire.org Git - thirdparty/openssl.git/blame - doc/man1/openssl-info.pod
Deprecate unprefixed manual entries for openssl commands
[thirdparty/openssl.git] / doc / man1 / openssl-info.pod
CommitLineData
0109e030
RL
1=pod
2
3=head1 NAME
4
b6b66573 5openssl-info - print OpenSSL built-in information
0109e030
RL
6
7=head1 SYNOPSIS
8
9B<openssl info>
10[B<-help>]
11[B<-configdir> | B<-c>]
12[B<-enginesdir> | B<-e>]
13[B<-modulesdir> | B<-m>]
14[B<-dsoext>]
15[B<-dirfilesep>]
16[B<-listsep]>
17
18=head1 DESCRIPTION
19
20This command is used to print out information about OpenSSL.
21The information is written exactly as it is with no extra text, which
22makes useful for scripts.
23
24As a consequence, only one item may be chosen for each run of this
25command.
26
27=head1 OPTIONS
28
29=over 4
30
31=item B<-help>
32
33Print out a usage message.
34
35=item B<-configdir>, B<-c>
36
37Outputs the default directory for OpenSSL configuration files.
38
39=item B<-enginesdir>, B<-e>
40
41Outputs the default directory for OpenSSL engine modules.
42
43=item B<-modulesdir>, B<-m>
44
45Outputs the default directory for OpenSSL dynamically loadable modules
46other than engine modules.
47
48=item B<-dsoext>
49
50Outputs the DSO extension OpenSSL uses.
51
52=item B<-dirnamesep>
53
54Outputs the separator character between a directory specification and
55a file name.
56Note that on some operating systems, this is not the same as the
57separator between directory elements.
58
59=item B<-listsep>
60
61Outputs the OpenSSL list separator character.
62This is typically used to construct C<$PATH> (C<%PATH%> on Windows)
63style lists.
64
65=back
66
67=head1 HISTORY
68
69The B<openssl info> command was added in OpenSSL 3.0.
70
71=head1 COPYRIGHT
72
73Copyright 2019 The OpenSSL Project Authors. All Rights Reserved.
74
75Licensed under the Apache License 2.0 (the "License"). You may not use
76this file except in compliance with the License. You can obtain a copy
77in the file LICENSE in the source distribution or at
78L<https://www.openssl.org/source/license.html>.
79
80=cut