Skip to content

Instantly share code, notes, and snippets.

@SkyeHoefling
Last active December 1, 2016 03:47
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 SkyeHoefling/67ea691d210b5a1b1f1333ad26e78e15 to your computer and use it in GitHub Desktop.
Save SkyeHoefling/67ea691d210b5a1b1f1333ad26e78e15 to your computer and use it in GitHub Desktop.
Commands to create an ios development certificate
openssl genrsa -out mykey.key 2048
openssl req -new -sha256 -key mykey.key -out ios_development.csr -subj "/emailAddress=andrew@hoeflingsoftware.com, CN=Andrew Hoefling, C=US"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment