2015-12-30 16:31:55 +01:00
|
|
|
# openssl
|
|
|
|
|
2016-01-20 10:11:47 -08:00
|
|
|
> OpenSSL cryptographic toolkit.
|
2024-10-04 21:14:41 +02:00
|
|
|
> Some subcommands such as `req` have their own usage documentation.
|
2019-06-04 10:00:15 +01:00
|
|
|
> More information: <https://www.openssl.org>.
|
2015-12-30 16:31:55 +01:00
|
|
|
|
2024-01-30 01:55:24 -03:00
|
|
|
- Display help:
|
2015-12-30 16:31:55 +01:00
|
|
|
|
2020-10-28 20:03:16 +01:00
|
|
|
`openssl help`
|
2015-12-30 16:31:55 +01:00
|
|
|
|
2024-01-30 01:55:24 -03:00
|
|
|
- Display help for a specific subcommand:
|
2015-12-30 16:31:55 +01:00
|
|
|
|
2020-10-28 20:03:16 +01:00
|
|
|
`openssl help {{x509}}`
|
2015-12-30 16:31:55 +01:00
|
|
|
|
2024-01-30 01:55:24 -03:00
|
|
|
- Display version:
|
2015-12-30 16:31:55 +01:00
|
|
|
|
2020-10-28 20:03:16 +01:00
|
|
|
`openssl version`
|