Skip to content

Instantly share code, notes, and snippets.

@atitan
Created June 22, 2020 10:49
Show Gist options
  • Save atitan/83a903ce7eeea917eaa905f53cefa0bf to your computer and use it in GitHub Desktop.
Save atitan/83a903ce7eeea917eaa905f53cefa0bf to your computer and use it in GitHub Desktop.
generate EC P-256 key
$ openssl ecparam -name prime256v1 -genkey -noout -out private.ec.key
$ openssl ec -in private.pem -pubout -out public.pem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment