Skip to content

Instantly share code, notes, and snippets.

@robertBojor
Created August 17, 2016 08:28
Embed
What would you like to do?
openssl genrsa -des3 -out x.key 2048
openssl req -new -newkey rsa:2048 -nodes -keyout x.key -out x.csr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment