Skip to content

Instantly share code, notes, and snippets.

@icqparty
Created July 31, 2015 03:04
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 icqparty/bf4134fe00878f13395e to your computer and use it in GitHub Desktop.
Save icqparty/bf4134fe00878f13395e to your computer and use it in GitHub Desktop.
Создание самоподписаного сертификата
$ openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout cert.key -out cert.crt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment