Skip to content

Instantly share code, notes, and snippets.

View ptecee's full-sized avatar

Anton ptecee

View GitHub Profile
@ptecee
ptecee / openssl_cheatsheet.md
Last active May 4, 2025 12:32
Cheat-sheet openssl commands

Стандартные сертификаты

# Создать ключ и csr
openssl genrsa -des3 -out tls.key 2048
openssl req -new -key private.key -out tls.csr
openssl req -new -key private.key -out tls.csr -config <config_file>

# Проверить подпись[1] и содержимое[2] CSR