Files
tldr/pages.uk/common/openssl.md

18 lines
543 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# openssl
> Набір кріптографічних інструментів OpenSSL.
> Деякі підкоманди, такі як `openssl req` мають власну документацію щодо використання.
> Більше інформації: <https://www.openssl.org>.
- Вивести список доступних підкоманд:
`openssl help`
- Вивести параметри для певної команди:
`openssl help {{x509}}`
- Вивести версію OpenSSL:
`openssl version`