Skip to content

Instantly share code, notes, and snippets.

@Barolina
Created August 29, 2023 18:33

Revisions

  1. Barolina created this gist Aug 29, 2023.
    8 changes: 8 additions & 0 deletions crypto.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    создание

    https://pyatilistnik.org/get-a-test-certificate-cryptopro/

    конвертация

    openssl pkcs12 -in path.p12 -out newfile.crt.pem -clcerts -nokeys # приватный ключ
    openssl pkcs12 -in path.p12 -out newfile.key.pem -nocerts -nodes # публичный ключ