Skip to content

Instantly share code, notes, and snippets.

@Barolina
Created August 29, 2023 18:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Barolina/5c78cc24f99c3d8f9cbe2f0af416fd77 to your computer and use it in GitHub Desktop.
Save Barolina/5c78cc24f99c3d8f9cbe2f0af416fd77 to your computer and use it in GitHub Desktop.
ЭЦП тестовая крипто

создание

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 # публичный ключ

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment