Last active
December 1, 2016 03:47
-
-
Save SkyeHoefling/67ea691d210b5a1b1f1333ad26e78e15 to your computer and use it in GitHub Desktop.
Commands to create an ios development certificate
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
openssl genrsa -out mykey.key 2048 | |
openssl req -new -sha256 -key mykey.key -out ios_development.csr -subj "/[email protected], CN=Andrew Hoefling, C=US" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment