mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 18:42:07 +02:00
17 lines
347 B
Markdown
17 lines
347 B
Markdown
# openssl
|
|
|
|
> OpenSSL cryptographic toolkit.
|
|
> Some subcommands such as `openssl req` have their own usage documentation.
|
|
> More information: <https://www.openssl.org>.
|
|
|
|
- Print a list of available subcommands:
|
|
|
|
`openssl help`
|
|
|
|
- Print options for a specific subcommand:
|
|
|
|
`openssl help {{x509}}`
|
|
|
|
- Print the version of OpenSSL:
|
|
|
|
`openssl version`
|