1OPENSSL-CMDS(1ossl) OpenSSL OPENSSL-CMDS(1ossl)
2
3
4
6 asn1parse, ca, ciphers, cms, crl, crl2pkcs7, dgst, dhparam, dsa,
7 dsaparam, ec, ecparam, enc, engine, errstr, gendsa, genpkey, genrsa,
8 info, kdf, mac, nseq, ocsp, passwd, pkcs12, pkcs7, pkcs8, pkey,
9 pkeyparam, pkeyutl, prime, rand, rehash, req, rsa, rsautl, s_client,
10 s_server, s_time, sess_id, smime, speed, spkac, srp, storeutl, ts,
11 verify, version, x509 - OpenSSL application commands
12
14 openssl cmd -help | [-option | -option arg] ... [arg] ...
15
17 Every cmd listed above is a (sub-)command of the openssl(1)
18 application. It has its own detailed manual page at openssl-cmd[24m(1).
19 For example, to view the manual page for the openssl dgst command, type
20 "man openssl-dgst".
21
23 Among others, every subcommand has a help option.
24
25 -help
26 Print out a usage message for the subcommand.
27
29 openssl(1), openssl-asn1parse(1), openssl-ca(1), openssl-ciphers(1),
30 openssl-cms(1), openssl-crl(1), openssl-crl2pkcs7(1), openssl-dgst(1),
31 openssl-dhparam(1), openssl-dsa(1), openssl-dsaparam(1), openssl-ec(1),
32 openssl-ecparam(1), openssl-enc(1), openssl-engine(1),
33 openssl-errstr(1), openssl-gendsa(1), openssl-genpkey(1),
34 openssl-genrsa(1), openssl-info(1), openssl-kdf(1), openssl-mac(1),
35 openssl-nseq(1), openssl-ocsp(1), openssl-passwd(1), openssl-pkcs12(1),
36 openssl-pkcs7(1), openssl-pkcs8(1), openssl-pkey(1),
37 openssl-pkeyparam(1), openssl-pkeyutl(1), openssl-prime(1),
38 openssl-rand(1), openssl-rehash(1), openssl-req(1), openssl-rsa(1),
39 openssl-rsautl(1), openssl-s_client(1), openssl-s_server(1),
40 openssl-s_time(1), openssl-sess_id(1), openssl-smime(1),
41 openssl-speed(1), openssl-spkac(1), openssl-srp(1),
42 openssl-storeutl(1), openssl-ts(1), openssl-verify(1),
43 openssl-version(1), openssl-x509(1),
44
46 Initially, the manual page entry for the "openssl cmd" command used to
47 be available at cmd(1). Later, the alias openssl-cmd[24m(1) was introduced,
48 which made it easier to group the openssl commands using the apropos(1)
49 command or the shell's tab completion.
50
51 In order to reduce cluttering of the global manual page namespace, the
52 manual page entries without the 'openssl-' prefix have been deprecated
53 in OpenSSL 3.0 and will be removed in OpenSSL 4.0.
54
56 Copyright 2019-2020 The OpenSSL Project Authors. All Rights Reserved.
57
58 Licensed under the Apache License 2.0 (the "License"). You may not use
59 this file except in compliance with the License. You can obtain a copy
60 in the file LICENSE in the source distribution or at
61 <https://www.openssl.org/source/license.html>.
62
63
64
653.0.5 2022-11-01 OPENSSL-CMDS(1ossl)