Skip to content

Instantly share code, notes, and snippets.

@zyjibmcn
Created November 16, 2016 02:59
Show Gist options
  • Save zyjibmcn/6699037617872b859e17c06b41443565 to your computer and use it in GitHub Desktop.
Save zyjibmcn/6699037617872b859e17c06b41443565 to your computer and use it in GitHub Desktop.
generate-ssh-key-cert
openssl req -x509 -newkey rsa:1024 -keyout logstash.key -out logstash.crt -days 365 -nodes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment