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