tldr/pages.uk/common/openssl.md

18 lines
543 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

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